dan1t0 / Rest_Wifi-Pi

Very simple (and alfa) API to manage RaspWifi-Pi
1 stars 1 forks source link

Parse arguments using a arguments parsing library #2

Open javuto opened 9 years ago

javuto commented 9 years ago

Using commander.js or any other library, adds flexibility to parse arguments better than doing it by hand: https://github.com/tj/commander.js

javuto commented 9 years ago

@dan1t0 @jesusprubio what other libraries we can use for this? minimist looks pretty good: https://github.com/substack/minimist

jesusprubio commented 9 years ago