mitrol-bot-installer
v0.0.0
Published
Instalador de Botfarm, Bot Logger, Bot Trainer
Downloads
1
Readme
mitrol-bot-installer
Instalador de Botfarm, Bot Logger, Bot Trainer
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