mirror of
https://github.com/schpet/linear-cli.git
synced 2026-09-14 14:26:50 +08:00
770d5cfecd
Detect secret-tool availability by whether the executable can be launched, rather than by probing the Secret Service. Distinguish missing lookup results from operational failures using stderr, and stop treating clear failures as successful deletions. Extend the integration test to cover missing D-Bus and missing executable cases. Fixes schpet/linear-cli#231