$ npm install -g cli-apex
$ apex COMMAND
running command...
$ apex (-v|--version|version)
cli-apex/0.1.5 darwin-x64 node-v10.15.3
$ apex --help [COMMAND]
USAGE
$ apex COMMAND
...
gets products of an exchange
USAGE
$ apex GetProducts [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
--format=format
EXAMPLE
$ apex GetProducts
hello world from ./src/hello.ts!
See code: src/commands/GetProducts.ts
describe the command here
USAGE
$ apex hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ apex hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
display help for apex
USAGE
$ apex help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help