Basic multi-command CLI using oclif and OpenWeatherMap
$ npm install -g weather-cli
$ weather-cli COMMAND
running command...
$ weather-cli (-v|--version|version)
weather-cli/0.0.1 darwin-x64 node-v10.1.0
$ weather-cli --help [COMMAND]
USAGE
$ weather-cli COMMAND
...
Describe the command here
USAGE
$ weather-cli hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
Describe the command here
...
Extra documentation goes here
See code: src/commands/hello.js
display help for weather-cli
USAGE
$ weather-cli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help