0.3.2 • Published 4 years ago

mycli3 v0.3.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

mycli3

test

oclif Version Downloads/week License

Usage

$ npm install -g mycli3
$ mycli3 COMMAND
running command...
$ mycli3 (-v|--version|version)
mycli3/0.3.2 darwin-x64 node-v12.19.0
$ mycli3 --help [COMMAND]
USAGE
  $ mycli3 COMMAND
...

Commands

mycli3 bye

Describe the command here

USAGE
  $ mycli3 bye

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/bye.js

mycli3 hello

Describe the command here

USAGE
  $ mycli3 hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

mycli3 help [COMMAND]

display help for mycli3

USAGE
  $ mycli3 help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

mycli3 withargs [FIRSTARG] [SECONDARG]

Describe the command here

USAGE
  $ mycli3 withargs [FIRSTARG] [SECONDARG]

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/withargs.js

0.3.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago