$ npm install -g @lbrto/rose
$ rose COMMAND
running command...
$ rose (-v|--version|version)
@lbrto/rose/1.0.4 darwin-x64 node-v15.14.0
$ rose --help [COMMAND]
USAGE
$ rose COMMAND
...
describe the command here
USAGE
$ rose hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ rose hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
display help for rose
USAGE
$ rose help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
update the rose CLI
USAGE
$ rose update [CHANNEL]
See code: @oclif/plugin-update