Add git commit hash to CLI help & error output #1094
Labels
I: CLI
Internal: related to the relayer's CLI
O: usability
Objective: cause to improve the user experience (UX) and ease using the product
Milestone
Crate
ibc-relayer-cli
Summary
Print the git commit hash in the description. This makes it easier to identify the exact source that was used to create the CLI binary.
Proposal
Either we print a valid semver that contains the short/long commit hash, e.g.
1.2.3-unstable+develop.a68295
or1.1.2+a682956dccae752aa24597a0f5cd939f93614509
->Or, we print the commit hash as part of the description ->
Acceptance Criteria
The git commit hash must appear in the
usage
,help
(including subcommandhelp
s),version
and error outputs.For Admin Use
The text was updated successfully, but these errors were encountered: