README
workflow_shell
Workflow Shell
Usage
$ npm install -g workflow-shell
$ wsh COMMAND
running command...
$ wsh (-v|--version|version)
workflow-shell/0.0.1 darwin-x64 node-v10.15.3
$ wsh --help [COMMAND]
USAGE
$ wsh COMMAND
...
Commands
wsh hello [FILE]
describe the command here
USAGE
$ wsh hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ wsh hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
wsh help [COMMAND]
display help for wsh
USAGE
$ wsh help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help