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

Regression: version option not working on master #1871

Closed
pksunkara opened this issue Apr 27, 2020 · 1 comment · Fixed by #1873
Closed

Regression: version option not working on master #1871

pksunkara opened this issue Apr 27, 2020 · 1 comment · Fixed by #1873
Labels
A-help Area: documentation, including docs.rs, readme, examples, etc... C-bug Category: Updating dependencies
Milestone

Comments

@pksunkara
Copy link
Member

Steps to reproduce the issue

cargo run --example 09_auto_version -- --version

Actual Behavior Summary

No output

Expected Behavior Summary

Version to be printed

Additional context

Definitely related to the termcolor refactor

@pksunkara pksunkara added the C-bug Category: Updating dependencies label Apr 27, 2020
@pksunkara pksunkara added this to the 3.0 milestone Apr 27, 2020
@CreepySkeleton CreepySkeleton added T: regression A-help Area: documentation, including docs.rs, readme, examples, etc... labels Apr 27, 2020
@CreepySkeleton
Copy link
Contributor

Likely has something to do with exit(0). We need .flush() somewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-help Area: documentation, including docs.rs, readme, examples, etc... C-bug Category: Updating dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants