.command<AppOptions>('app', 'Generate an Apollo Elements Skeleton App', yargs => void yargs
      .command('help', 'Display this help message', yargs => yargs.showHelp())
      .option('uri', {
        alias: 'u',
        type: 'string',