if (argv.psii && argv._.length > 0) {
      answer = sayMe.programsIsInstalled(argv._);
      console.log(answer);
      process.exit(0);
    }