if (argv.help || argv.h || argv._.length < 1) {
    yargs.showHelp();
    process.exit(0);
  }