Skip to content
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

Allow -q (quiet) to override verbose from config #2588

Closed
bluss opened this issue Apr 17, 2016 · 2 comments
Closed

Allow -q (quiet) to override verbose from config #2588

bluss opened this issue Apr 17, 2016 · 2 comments

Comments

@bluss
Copy link
Member

bluss commented Apr 17, 2016

If you set term.verbose = true in the config, you'd want the possibility to have cargo build -q override.

current result:

cargo build -q
error: cannot set both --verbose and --quiet

version: cargo 0.11.0-nightly (59238e8 2016-04-14)

@alexcrichton
Copy link
Member

Seems bad!

alexcrichton added a commit to alexcrichton/cargo that referenced this issue Apr 18, 2016
If a CLI option is passed, that trumps any command line configuration, otherwise
just do what we did previously.

Closes rust-lang#2588
bors added a commit that referenced this issue Apr 19, 2016
… r=brson

Have CLI take preference over config for verbosity

If a CLI option is passed, that trumps any command line configuration, otherwise
just do what we did previously.

Closes #2588
@bluss
Copy link
Member Author

bluss commented Apr 19, 2016

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants