tlr all tools
$ npm install -g @ittlr/tlr-cli
$ tlr COMMAND
running command...
$ tlr (-v|--version|version)
@ittlr/tlr-cli/0.0.1 darwin-arm64 node-v15.6.0
$ tlr --help [COMMAND]
USAGE
$ tlr COMMAND
...
describe the command here
USAGE
$ tlr ali-flow [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/ali-flow.ts
describe the command here
USAGE
$ tlr hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ tlr hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
display help for tlr
USAGE
$ tlr help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help