Accepts an array of possible arguments and creates global variables for each that is found in args ie: steal.handleArgs(_args, ["path"]) Args are passed in via command line scripts like this: js run.js path=/one/two docsLocation=docs
steal.handleArgs(args, possibleArgs) -> undefined
{}
{Object}
{undefined}
Accepts an array of possible arguments and creates global variables for each that is found in args ie: steal.handleArgs(_args, ["path"]) Args are passed in via command line scripts like this: js run.js path=/one/two docsLocation=docs