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

Inconsistent version printing #1033

Closed
th0114nd opened this issue Dec 11, 2014 · 3 comments · Fixed by #1051
Closed

Inconsistent version printing #1033

th0114nd opened this issue Dec 11, 2014 · 3 comments · Fixed by #1051

Comments

@th0114nd
Copy link

In rustc, version information is printed to stdout but in cargo it's printed to stderr.
screen shot 2014-12-11 at 8 57 18 am

@th0114nd
Copy link
Author

See also rust-lang/rust#19740

@liigo
Copy link
Contributor

liigo commented Dec 12, 2014

to be clear:
cargo --version prints to stderr (which should be stdout)
cargo version prints to stdout correctly.

@liigo
Copy link
Contributor

liigo commented Dec 13, 2014

I'm working on this.

liigo added a commit to liigo/cargo that referenced this issue Dec 14, 2014
e.g. docopt treat version as non-fatal error

Fixes rust-lang#1033
bors added a commit that referenced this issue Dec 15, 2014
…hton

e.g. docopt treat version (and help) as non-fatal error

Fixes #1033
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

Successfully merging a pull request may close this issue.

2 participants