Skip to content

leer0911/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli

oclif Version Downloads/week License

Usage

$ npm install -g cli
$ cli COMMAND
running command...
$ cli (-v|--version|version)
cli/0.0.0 darwin-x64 node-v12.11.1
$ cli --help [COMMAND]
USAGE
  $ cli COMMAND
...

Commands

cli hello [FILE]

describe the command here

USAGE
  $ cli hello [FILE]

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

EXAMPLE
  $ cli hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

cli help [COMMAND]

display help for cli

USAGE
  $ cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published