/text-battle

Primary LanguageTypeScript

text-battle

oclif Version Downloads/week License

Usage

$ npm install -g text-battle
$ text-battle COMMAND
running command...
$ text-battle (-v|--version|version)
text-battle/0.0.0 linux-x64 node-v12.22.1
$ text-battle --help [COMMAND]
USAGE
  $ text-battle COMMAND
...

Commands

text-battle hello [FILE]

describe the command here

USAGE
  $ text-battle hello [FILE]

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

EXAMPLE
  $ text-battle hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

text-battle help [COMMAND]

display help for text-battle

USAGE
  $ text-battle help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help