0.0.0 • Published 4 years ago

mitrol-bot-installer v0.0.0

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

mitrol-bot-installer

Instalador de Botfarm, Bot Logger, Bot Trainer

oclif Version Downloads/week License

Usage

$ npm install -g mitrol-bot-installer
$ mitrol-bot-installer COMMAND
running command...
$ mitrol-bot-installer (-v|--version|version)
mitrol-bot-installer/0.0.0 darwin-x64 node-v14.4.0
$ mitrol-bot-installer --help [COMMAND]
USAGE
  $ mitrol-bot-installer COMMAND
...

Commands

mitrol-bot-installer get [FILE]

describe the command here

USAGE
  $ mitrol-bot-installer get [FILE]

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

See code: src/commands/get.ts

mitrol-bot-installer hello [FILE]

describe the command here

USAGE
  $ mitrol-bot-installer hello [FILE]

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

EXAMPLE
  $ mitrol-bot-installer hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

mitrol-bot-installer help [COMMAND]

display help for mitrol-bot-installer

USAGE
  $ mitrol-bot-installer help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help