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

uber -V reports incorrect version #24

Closed
dylanpyle opened this issue Feb 24, 2017 · 2 comments
Closed

uber -V reports incorrect version #24

dylanpyle opened this issue Feb 24, 2017 · 2 comments

Comments

@dylanpyle
Copy link
Contributor

(Following up from #20)

$ npm view uber-cli version
0.0.2

$ uber -V
0.0.1

Seems like the version is hardcoded here: https://github.com/jaebradley/uber-cli/blob/master/src/executables/uber.js#L5

@jaebradley
Copy link
Owner

jaebradley commented Feb 24, 2017

@dylanpyle I'm thinking about just removing this flag entirely (mostly so that situations like this don't happen). Will be a breaking change, but I suspect user impact will be minimal. Any strong preferences one way or the other?

@dylanpyle
Copy link
Contributor Author

@jaebradley That's fine with me; I might consider something like #25 also though. Personally I'm a big fan of CLI utilities having --version flags that work.

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