Inconsistent behavior between --help
and -h
options in Caliper CLI
#1661
Labels
bug
Something isn't working
--help
and -h
options in Caliper CLI
#1661
Which Caliper version are you using?
0.6.0
Which Node.JS version are you using?
20.18.1
Which operating system are you using?
Debian GNU/Linux 12 (bookworm)
Please provide some context for your error. For example, when did the error occur? What were you trying to achieve, and how?
I was exploring the CLI help options of Caliper to familiarize myself with available commands and noticed a discrepancy in outputs between the
--help
and-h
options.What was the observed incorrect behavior?
The output of
npx caliper --help
differs fromnpx caliper -h
. Specifically:npx caliper --help
outputs:npx caliper -h
outputs:Please provide the error logs and their surroundings.
Please provide your benchmark configuration file content, if possible.
No response
Please provide your network configuration file content, if possible.
No response
Please provide your workload module content, if possible.
No response
Please provide any additional information you deem relevant to the error.
No response
The text was updated successfully, but these errors were encountered: