YoutubeUnsetWatermarksCommand constructor

YoutubeUnsetWatermarksCommand()

Implementation

YoutubeUnsetWatermarksCommand() {
  argParser.addOption('channel-id',
      valueHelp: 'YouTube video id',
      mandatory: true,
      help:
          'The channelId parameter specifies the YouTube channel ID for which the watermark is being unset.');
}