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