YoutubeAnswerChatCommand constructor

YoutubeAnswerChatCommand()

Implementation

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