1.0.1 • Published 4 years ago

some-cli v1.0.1

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

some-cli

oclif Version Downloads/week License

Usage

$ npm install -g some-cli
$ some-cli COMMAND
running command...
$ some-cli (-v|--version|version)
some-cli/1.0.1 win32-x64 node-v12.18.2
$ some-cli --help [COMMAND]
USAGE
  $ some-cli COMMAND
...

Commands

some-cli hello

Describe the command here

USAGE
  $ some-cli hello

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

some-cli help [COMMAND]

display help for some-cli

USAGE
  $ some-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

some-cli shoutout GREETING

Describe the command here

USAGE
  $ some-cli shoutout GREETING

ARGUMENTS
  GREETING  (hello|hullo|ekaabo) Preferred greeting

OPTIONS
  -n, --name=name  name to shoutout

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/shoutout.js

1.0.1

4 years ago

1.0.0

4 years ago