.command<ComponentOptions>('component', 'Generate an Apollo Element', yargs => void yargs
      .command('help', 'Display this help message', yargs => yargs.showHelp())
      .option('name', {
        alias: 'n',
        type: 'string',