0.0.1 • Published 4 years ago

malescli v0.0.1

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

malescli

oclif Version Downloads/week License

Usage

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

Commands

malescli goodbye

Describe the command here

USAGE
  $ malescli goodbye

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/goodbye.js

malescli hello

Describe the command here

USAGE
  $ malescli hello

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

malescli help [COMMAND]

display help for malescli

USAGE
  $ malescli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help