0.0.0 • Published 4 years ago

clubhouse-git v0.0.0

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

clubhouse-git

oclif Version Downloads/week License

Usage

$ npm install -g clubhouse-git
$ chgit COMMAND
running command...
$ chgit (-v|--version|version)
clubhouse-git/0.0.0 linux-x64 node-v12.16.2
$ chgit --help [COMMAND]
USAGE
  $ chgit COMMAND
...

Commands

chgit hello [FILE]

describe the command here

USAGE
  $ chgit hello [FILE]

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

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

See code: src/commands/hello.ts

chgit help [COMMAND]

display help for chgit

USAGE
  $ chgit help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help