function getCLIArgs()

in lib/utils/get-cli-args.js [3:5]


function getCLIArgs() {
  return minimist(process.argv.slice(2));
}