Skip to content

Commit

Permalink
Declare choices using choices keyword. Ref #611.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 18, 2022
1 parent 588a533 commit 5a263f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyring/cli.py
Expand Up @@ -37,7 +37,7 @@ def __init__(self):
)
self.parser.add_argument(
'operation',
help="get|set|del",
choices=["get", "set", "del"],
nargs="?",
)
self.parser.add_argument(
Expand Down

0 comments on commit 5a263f3

Please sign in to comment.