0.1.0 • Published 5 years ago

cliff-entech v0.1.0

Weekly downloads
6
License
Unauthorized copy...
Repository
github
Last release
5 years ago

cliff

entech's command line interface to provide an easy to use interface for research

oclif Version Downloads/week License

Usage

$ npm install -g cliff
$ cliff COMMAND
running command...
$ cliff (-v|--version|version)
cliff/0.1.0 darwin-x64 node-v13.8.0
$ cliff --help [COMMAND]
USAGE
  $ cliff COMMAND
...

Commands

cliff hello [FILE]

describe the command here

USAGE
  $ cliff hello [FILE]

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

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

See code: src/commands/hello.ts

cliff help [COMMAND]

display help for cliff

USAGE
  $ cliff help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help