You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Freyskeyd could you test this with the current master branch and see if it's fixed? #1070 just merged which may have helped. If not I can look into it.
Rust Version
rustc 1.22.0-nightly (417c73891 2017-10-05)
Affected Version of clap
clap 2.26.2
Expected Behavior Summary
Using a YAML definition with an
arg
namedquiet
, defined asglobal
I'm expecting to be able to use it in any subcommands.Actual Behavior Summary
The
quiet
flag are only usable on default command, but disapear in subcommands.Steps to Reproduce the issue
Here's the
yaml
main.rs
Debug output
The text was updated successfully, but these errors were encountered: