YoutubePlaylistsCommand constructor

YoutubePlaylistsCommand()

Implementation

YoutubePlaylistsCommand() {
  addSubcommand(YoutubeListPlaylistsCommand());
  addSubcommand(YoutubeInsertPlaylistsCommand());
  addSubcommand(YoutubeUpdatePlaylistsCommand());
  addSubcommand(YoutubeDeletePlaylistsCommand());
}