0.0.0 • Published 3 years ago

trial-cli-fun v0.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

trial-cli-fun

mock description

oclif Version Downloads/week License

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