You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 from npx caliper -h. Specifically:
npx caliper --help outputs:
Options:
--help Show help [boolean]
--version Show version number [boolean]
npx caliper -h outputs:
caliper <command>
Commands:
caliper bind [options] Bind Caliper to a specific SUT and its SDK version
caliper launch <subcommand> Launch a Caliper process either in a manager or worker role.
caliper unbind [options] Unbind Caliper from a previously bound SUT and its SDK version
caliper completion generate completion script
Options:
--help, -h Show usage information [boolean]
--version Show version information [boolean]
Examples:
caliper bind
caliper unbind
caliper launch manager
caliper launch worker
For more information on Hyperledger Caliper: https://hyperledger.github.io/caliper/
Please provide the error logs and their surroundings.
N/A — no errors.
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:
This is an interaction with the nconf package being used in caliper. The truncated help command is being produced as a side-affect of CaliperUtils.getLogger() and terminating the program before it even reaches the code for the custom yargs parser.
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: