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