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