mej / nhc

LBNL Node Health Check
Other
226 stars 79 forks source link

Version Flag #128

Closed mej closed 1 year ago

mej commented 1 year ago

This can't be right, can it? NHC doesn't have a version flag???

Nope. My bad.

At minimum, we should add a -V flag to show the version and commit hash and then exit successfully.

Ideally, the same should be done with nhc-genconf as well. nhc-wrapper already has a -V option to avoid interfering with NHC's -v option, but that's okay -- they're the exact same version! (At least they should be...)

mej commented 1 year ago

Commit e39593b538e9eede93d61af711dcf1b2c82179d0 addresses this Issue.