0.0.1 • Published 6 years ago

mynewcli_test v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

mynewcli

test cli

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g mynewcli_test
$ ff COMMAND
running command...
$ ff (-v|--version|version)
mynewcli_test/0.0.0 darwin-x64 node-v10.15.3
$ ff --help [COMMAND]
USAGE
  $ ff COMMAND
...

Commands

ff hello [FILE]

describe the command here

USAGE
  $ ff hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/hello.ts

ff help [COMMAND]

display help for ff

USAGE
  $ ff help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ff heya [FILE]

Sayin' Hey

USAGE
  $ ff heya [FILE]

See code: src/commands/heya.ts