-
Notifications
You must be signed in to change notification settings - Fork 22
[Feature] Add Verison Flag to CLI #560
base: main
Are you sure you want to change the base?
Conversation
Added a 'version' variable to store version information Implemented 'printVersion', 'runVersionCheck' function to print the current version using the '--version' flag Signed-off-by: HyoBin Kim <[email protected]>
If more flags are added, it seems like we'll need to split the file for management. |
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.
Thanks for the contribution and looking into this, I was meaning to add this before 0.5 but never got around to it.
(As well as address the -
vs --
param inconsistency)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #560 +/- ##
=======================================
Coverage ? 37.23%
=======================================
Files ? 196
Lines ? 17242
Branches ? 0
=======================================
Hits ? 6420
Misses ? 10232
Partials ? 590 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Nikos Tsipinakis <[email protected]> Signed-off-by: okestro-hbkim <[email protected]>
package debug using ReadBuildInfo() for relative version info Signed-off-by: HyoBin Kim <[email protected]>
add more build info debug options revision, goversion.. etc Signed-off-by: HyoBin Kim <[email protected]>
be0a6dc
to
4d5d2dd
Compare
containerssh issue 422
Added a 'version' variable to store version information
Implemented 'printVersion', 'runVersionCheck' function to print the current version using the '--version' flag
By contributing to this repository, I agree to the contribution guidelines.