charlenezelltestoclif
v0.0.2
Published
test ====
Downloads
3
Readme
test
Usage
$ npm install -g charlenezelltestoclif
$ test COMMAND
running command...
$ test (-v|--version|version)
charlenezelltestoclif/0.0.2 darwin-x64 node-v12.14.1
$ test --help [COMMAND]
USAGE
$ test COMMAND
...
Commands
test hello [FILE]
describe the command here
USAGE
$ test hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ test hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
test help [COMMAND]
display help for test
USAGE
$ test help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help