SlackTestCommand constructor
SlackTestCommand()
Implementation
SlackTestCommand() {
argParser.addOption(
'channel',
abbr: 'c',
help: 'Channel to test (e.g., #builds, @username)',
defaultsTo: '#builds',
);
}