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

Change the version subcommand into a --version option #15

Closed
apauley opened this issue Apr 6, 2019 · 0 comments · Fixed by #38
Closed

Change the version subcommand into a --version option #15

apauley opened this issue Apr 6, 2019 · 0 comments · Fixed by #38
Labels
help wanted Extra attention is needed

Comments

@apauley
Copy link
Owner

apauley commented Apr 6, 2019

Displaying the version of the command is currently implemented as a subcommand:

$ hledger-makeitso version
hledger-makeitso 0.10.0.0

Change this into a --version flag, with a short option of -V.

The short -V has to be capitalized because a lower-case -v is reserved for a verbose flag.

@apauley apauley added the help wanted Extra attention is needed label Apr 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant