dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

Draft of changing unsupported minimist to yargs-parser #322

Open zyuhel opened 6 years ago

zyuhel commented 6 years ago

It should help resolve issue #304 , may be some tests should be added.

b4dnewz commented 6 years ago

@zyuhel maybe you forgot minimist is used also in the main file you should remove it from there too (if not already done)

zyuhel commented 6 years ago

Sorry, forgot main file. It has option "minimist" i haven't changed this option name, due to backward-compatibility. Not sure should it be changed or not.