Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyring error from no arguments doesn't mention new diagnose operation #636

Closed
micahellison opened this issue Jun 21, 2023 · 0 comments
Closed

Comments

@micahellison
Copy link

Describe the bug
The new diagnose command in #633 doesn't appear when you run keyring by itself.

To Reproduce
Run keyring with no arguments.

Expected behavior
The error message should look something like:

keyring: error: Specify operation 'get', 'del', 'set', or 'diagnose'

Actual behavior

usage: keyring [-h] [-p KEYRING_PATH] [-b KEYRING_BACKEND] [--list-backends] [--disable] [--print-completion {bash,zsh,tcsh}]
               [{get,set,del,diagnose}] [service] [username]
keyring: error: Specify operation 'get', 'del', or 'set'.

Environment

  • OS: Windows 10 Pro
$ pip list | grep keyring

keyring              24.0.0

$ keyring --list-backends
keyring.backends.fail.Keyring (priority: 0)
keyring.backends.chainer.ChainerBackend (priority: -1)
keyring.backends.Windows.WinVaultKeyring (priority: 5)

Additional context
Thanks for all your hard work on this project!

@jaraco jaraco closed this as completed in 2a91891 Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant