There was an error while loading. Please reload this page.
67be753
add_argument().complete = ...
examples/customcomplete.py
shtab.add_argument_to(parser, option_string)
your_cli_app [--print-completion={bash,zsh}]
your_cli_app completion [{bash,zsh}]
print(shtab.complete(parser, shell))
exit(0)
SUPPORTED_SHELLS