0.0.0 • Published 5 years ago
whj-git v0.0.0
hj-git
a cli for git
Usage
$ npm install -g whj-git
$ whj-git COMMAND
running command...
$ whj-git (-v|--version|version)
whj-git/0.0.0 darwin-x64 node-v14.5.0
$ whj-git --help [COMMAND]
USAGE
  $ whj-git COMMAND
...Commands
whj-git cm
describe the command here
USAGE
  $ whj-git cm
OPTIONS
  -d, --debug
  -h, --help   show CLI helpSee code: src/commands/cm.ts
whj-git feat [BRANCHNAME]
describe the command here
USAGE
  $ whj-git feat [BRANCHNAME]
OPTIONS
  -d, --debug
  -h, --help   show CLI helpSee code: src/commands/feat.ts
whj-git hello [FILE]
describe the command here
USAGE
  $ whj-git hello [FILE]
OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print
EXAMPLE
  $ hj-git hello
  hello world from ./src/hello.ts!See code: src/commands/hello.ts
whj-git help [COMMAND]
display help for whj-git
USAGE
  $ whj-git help [COMMAND]
ARGUMENTS
  COMMAND  command to show help for
OPTIONS
  --all  see all commands in CLISee code: @oclif/plugin-help
whj-git st [FILE]
describe the command here
USAGE
  $ whj-git st [FILE]
OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to printSee code: src/commands/st.ts
0.0.0
5 years ago