darlanmendonca / shell-arguments

Convert shell arguments to json
MIT License
10 stars 1 forks source link

module prints parsed arguments instead of returning them #1

Closed ghost closed 9 years ago

ghost commented 9 years ago

https://github.com/darlanmendonca/shell-arguments/blob/master/index.js#L50 says:

console.log(jsonArguments);
  // return jsonArguments;

Please fix that.

ghost commented 9 years ago

Thank you.