-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support flags with values in native completions #3920
Comments
We currently support
We need to also support
Relevant code in the main parser clap/clap_builder/src/parser/parser.rs Line 179 in 4aefa3c
clap/clap_builder/src/parser/parser.rs Lines 939 to 957 in 4aefa3c
See also |
I would like to take this. |
Shan is going to be taking this. |
See #3166 for more context
Tasks
--flag bar
and-f bar
in native completions #5539-fbar
and-f=bar
in native completions #5576COMP_WORDBREAKS
The text was updated successfully, but these errors were encountered: