YoutubeAuthorizeCommand constructor

YoutubeAuthorizeCommand()

Implementation

YoutubeAuthorizeCommand() {
  argParser.addFlag(
    'overwrite-credentials',
    abbr: 'o',
    help:
        'use this flag if you need to overwrite the currently stored credentials.',
  );
}