$ npm install -g msl-cli
$ msl COMMAND
running command...
$ msl (-v|--version|version)
msl-cli/0.1.0 darwin-x64 node-v12.10.0
$ msl --help [COMMAND]
USAGE
$ msl COMMAND
...describe the command here
USAGE
$ msl hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ msl hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
display help for msl
USAGE
$ msl help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help