Laele Test NodeJS Cli App
$ npm install -g laele-cli
$ laele COMMAND
running command...
$ laele (-v|--version|version)
laele-cli/0.0.0 darwin-x64 node-v12.11.1
$ laele --help [COMMAND]
USAGE
$ laele COMMAND
...
Describe the command here
USAGE
$ laele app:ping
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/app/ping.js
Describe the command here
USAGE
$ laele hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/hello.js
display help for laele
USAGE
$ laele help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help