======================
Ourchitecture CLI with plug-ins
$ npm install -g @ourchitecture/our-cli
$ our COMMAND
running command...
$ our (-v|--version|version)
@ourchitecture/our-cli/0.0.2-alpha.10 win32-x64 node-v10.15.3
$ our --help [COMMAND]
USAGE
$ our COMMAND
...
describe the command here
USAGE
$ our hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ our hello
hello world from ./src/hello.ts!
See code: src\commands\hello.ts
display help for our
USAGE
$ our help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help