-
Notifications
You must be signed in to change notification settings - Fork 8
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
Provide a Sub-Command for the Output of Version Information #12
Comments
FIXME: add griffin |
Here are some approaches to implement
|
The latest updates related to this issue can be found in the 'version_command' branch Implemented Features and Improvements
Thoughts: I'm also considering implementing a message "Package version not available" to give users more information as to why version retrieval fails, other than simply returning the default version. I would appreciate your suggestions to improve my code. @CalebKendra @gkapfham |
Your solution on the This also avoids the confusion you would get when using the I am going to add a few formating bits but besides that I like it. |
Right now it is not possible for a person who uses
chasten
to see whatversion of the program that they have installed. This means that there should
be a command like
chasten version
that should display version information ofthe tool itself and, potentially, the version of key packages used by
chasten
.The text was updated successfully, but these errors were encountered: