APEX commandline
$ npm install -g xcl
$ xcl COMMAND
running command...
$ xcl (-v|--version|version)
xcl/0.0.0 win32-x64 node-v10.16.0
$ xcl --help [COMMAND]
USAGE
$ xcl COMMAND
...
describe the command here
USAGE
$ xcl hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ xcl hello
hello world from ./src/hello.ts!
See code: src\commands\hello.ts
display help for xcl
USAGE
$ xcl help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
describe the command here
USAGE
$ xcl project:create [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src\commands\project\create.ts