Xcraft-Inc / shellcraft.js

Simple CLI and shell for Node.js based on commander and inquirer.
MIT License
6 stars 1 forks source link

required-optional is not working as expected when using cli mode #13

Open Skywalker13 opened 6 years ago

Skywalker13 commented 6 years ago
$ node examples/myShell required-optional a b c d e f
zog tells "Hello, a b c d f"

f is wrong