YoutubeSubscriptionsCommand constructor

YoutubeSubscriptionsCommand()

Implementation

YoutubeSubscriptionsCommand() {
  addSubcommand(YoutubeListSubscriptionsCommand());
  addSubcommand(YoutubeInsertSubscriptionsCommand());
  addSubcommand(YoutubeDeleteSubscriptionsCommand());
}