interactive scrum tool
$ npm install -g scrum
$ scrum COMMAND
running command...
$ scrum (-v|--version|version)
scrum/0.0.0 darwin-x64 node-v10.11.0
$ scrum --help [COMMAND]
USAGE
$ scrum COMMAND
...
scrum add
scrum config
scrum help [COMMAND]
scrum init
scrum remove
scrum start
scrum update [CHANNEL]
Add a person to scrum
USAGE
$ scrum add
OPTIONS
-n, --name=name Name of team member to add
See code: src/commands/add.js
Describe the command here
USAGE
$ scrum config
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/config.js
display help for scrum
USAGE
$ scrum help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Describe the command here
USAGE
$ scrum init
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/init.js
Add a person to scrum
USAGE
$ scrum remove
OPTIONS
-n, --name=name Name of team member to remove
See code: src/commands/remove.js
Describe the command here
USAGE
$ scrum start
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/start.js
update the scrum CLI
USAGE
$ scrum update [CHANNEL]
See code: @oclif/plugin-update