-
Notifications
You must be signed in to change notification settings - Fork 34
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
next release v1.3.0 #19
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19 +/- ##
=======================================
Coverage 86.84% 86.84%
=======================================
Files 1 1
Lines 38 38
=======================================
Hits 33 33
Misses 5 5
Continue to review full report at Codecov.
|
Thanks for shepherding this feature request! |
- update & fix examples/customcomplete.py
/tag v1.3.0 67be753 |
Depends on iterative/shtab#19 Fixes bash not completing filenames & dirs
Depends on iterative/shtab#19 Fixes bash not completing filenames & dirs
add_argument().complete = ...
)examples/customcomplete.py
SUPPORTED_SHELLS
shtab.add_argument_to(parser, option_string)
(add convenience functions #18)your_cli_app [--print-completion={bash,zsh}]
your_cli_app completion [{bash,zsh}]
print(shtab.complete(parser, shell))
&exit(0)
logic too