mhulse / kludgy

Kludgy: A macOS Node.js module/app that generates a random Google Street View desktop wallpaper.
Apache License 2.0
4 stars 2 forks source link

Convert CLI args to key/value #39

Closed mhulse closed 5 years ago

mhulse commented 5 years ago

So, like:

$ kludgy key=dfjslkfjfldskjfslkjfldjfld tiny path=/blah/

Also, why did I make so much use of shell scripting? I forget the reasoning here. Kinda thinking it might be more maintainable to try refactor as node.

mhulse commented 5 years ago

v2 will use yargs. Closing.