dthree / vorpal

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

disable arg parsing for commands #225

Closed devsnek closed 6 years ago

devsnek commented 7 years ago

for some commands i would like to disable the quoted argument grouping, and the dash args. is this possible?

milesj commented 7 years ago

@devsnek What's your use case for disabling parsing?