-
Notifications
You must be signed in to change notification settings - Fork 925
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
Add version command #159
Add version command #159
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much @OrlandoRomo ! This is awesome. The only question I have is whether we should keep the version
command definition in its own file (version.go) or have a general utils.go file that stores all util/admin-like cmds. WDYT @Wondertan ?
@renaynay, file per command is readable and a good practice IMO, so I would keep things the way they are in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome and you've implemented it really quick. Thank you!
5a9cebb
The goal for this PR is to add the
version
subcommand ofcelestia
command to get more information about the build binary. The new subcommand closes #155.version command in action