$ npm install -g mynewcli
$ mynewcli COMMAND
running command...
$ mynewcli (-v|--version|version)
mynewcli/0.0.0 win32-x64 node-v18.17.0
$ mynewcli --help [COMMAND]
USAGE
$ mynewcli COMMAND
...
Describe the command here
USAGE
$ mynewcli bitcoin-cli
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/bitcoin-cli.js
Describe the command here
USAGE
$ mynewcli generateWallet
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/generateWallet.js
Describe the command here
USAGE
$ mynewcli hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/hello.js
display help for mynewcli
USAGE
$ mynewcli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help