pycomplete
pycomplete copied to clipboard
Support for completing argument choices
Basically, if an argument was defined as
parser.add_argument(
"type", choices=("foo", "bar", "baz"), help="The type to spam",
)
Then it should complete