dthree / vorpal

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

allow user to access the raw command string #296

Closed ORESoftware closed 6 years ago

ORESoftware commented 6 years ago

This PR will allow the user to access the raw command string, which is really important for lots of use cases, for example, when I want to send the raw string directly to bash, instead of having vorpal pre-parse it.

ORESoftware commented 6 years ago

this PR was incorrect, will delete it