YoutubeAnswerChatCommand constructor Null safety
Implementation
YoutubeAnswerChatCommand() {
argParser.addOption('chatbot-config',
valueHelp: 'path',
help: 'The path to a "yaml" file with the Chatbot configuration.',
defaultsTo: '${Util.userHome}/.yt/chatbot.yaml');
}