trial-cli-fun
v0.0.0
Published
mock description
Downloads
1
Readme
trial-cli-fun
mock description
Usage
$ npm install -g trial-cli-fun
$ trial-cli-fun COMMAND
running command...
$ trial-cli-fun (-v|--version|version)
trial-cli-fun/0.0.0 win32-x64 node-v12.18.0
$ trial-cli-fun --help [COMMAND]
USAGE
$ trial-cli-fun COMMAND
...
Commands
trial-cli-fun hello [FILE]
describe the command here
USAGE
$ trial-cli-fun hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ trial-cli-fun hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
trial-cli-fun help [COMMAND]
display help for trial-cli-fun
USAGE
$ trial-cli-fun help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help