Open source investment tools
$ npm install -g investment-tools
$ it COMMAND
running command...
$ it (-v|--version|version)
investment-tools/0.0.1 darwin-x64 node-v14.9.0
$ it --help [COMMAND]
USAGE
$ it COMMAND
...
Describe the command here
USAGE
$ it hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/hello.js
display help for it
USAGE
$ it help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help