YoutubeChannelsCommand constructor

YoutubeChannelsCommand()

Implementation

YoutubeChannelsCommand() {
  addSubcommand(YoutubeListChannelsCommand());
  addSubcommand(YoutubeUpdateChannelsCommand());
}