-
-
Notifications
You must be signed in to change notification settings - Fork 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
completion does not respect global arguments #841
Labels
Milestone
Comments
Three questions for you:
|
I use |
kbknapp
added
A-completion
Area: completion generator
D: easy
C-bug
Category: Updating dependencies
and removed
T: RFC / question
labels
Feb 3, 2017
Alright, I have this fixed, once #842 merges I'll start the new PR |
kbknapp
added a commit
that referenced
this issue
Feb 3, 2017
…he generated completion scripts Closes #841
kbknapp
added a commit
that referenced
this issue
Feb 3, 2017
…he generated completion scripts Closes #841
kbknapp
added a commit
that referenced
this issue
Feb 3, 2017
…he generated completion scripts Closes #841
kbknapp
added a commit
that referenced
this issue
Feb 3, 2017
…he generated completion scripts Closes #841
kbknapp
added a commit
that referenced
this issue
Feb 3, 2017
…he generated completion scripts Closes #841
kbknapp
added a commit
that referenced
this issue
Feb 3, 2017
…he generated completion scripts Closes #841
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rust Version
rustc -V
Affected Version of clap
clap 2.20.0
Expected Behavior Summary
global-arg
is a global arg ofmyapp
which can be used insubcmd
, i.e bothmyapp --global-arg subcmd
andmyapp subcmd --global-arg
workmyapp subcmd --[tab]
,global-arg
should pops up.Actual Behavior Summary
when I type
myapp subcmd --[tab]
,global-arg
does not show upThe text was updated successfully, but these errors were encountered: