if (typeof program.types !== "string" ||
      !fs.existsSync(program.types) ||
      !fs.statSync(program.types).isFile()) {
      console.error(chalk.red("Error:") + " types parameter should be a existing file");
      console.log(program.outputHelp());