exports.getCLIArgs = function()

in tasks/utils.js [19:21]


exports.getCLIArgs = function () {
  return parseArgs(process.argv.slice(2));
};