-
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
misc zsh fixes #93
misc zsh fixes #93
Conversation
Freed-Wu
commented
Aug 28, 2022
•
edited by casperdcl
Loading
edited by casperdcl
- fixes [bug] shtab's --print-completion should stop completion #92
- fixes [bug] pathcomplete.py cannot complete file for zsh #91
- fixes [feature] Support argparse.REMAINDER #90
This comment was marked as off-topic.
This comment was marked as off-topic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(oops sorry wrong review)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! Sorry for the delay.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor typo
@Freed-Wu Thanks! You wrote |
Change `(- :)` to `(- : *)` for zsh
Add format_positional(opt) to all_commands and change zsh template to fix #91, and use argparse.{ONE_OR_MORE, ZERO_OR_MORE, REMAINDER} to replace raw string
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
/tag v1.5.8 6779de6 |