We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jaraco
Learn more about funding links in repositories.
Report abuse
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
diagnose
Describe the bug The new diagnose command in #633 doesn't appear when you run keyring by itself.
keyring
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
$ 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!
The text was updated successfully, but these errors were encountered:
2a91891
No branches or pull requests
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:
Actual behavior
Environment
Additional context
Thanks for all your hard work on this project!
The text was updated successfully, but these errors were encountered: