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 #297

Closed ORESoftware closed 5 years ago

ORESoftware commented 6 years ago

Allow user to access the raw command string

ORESoftware commented 6 years ago

this is a really important feature for my use case, please consider merging this as soon as convenient, thank you

ORESoftware commented 6 years ago

@dthree @milesj it would be really cool if you could help merge this PR, it's a feature I really need, and it's just a couple lines of code

milesj commented 6 years ago

I'm ok with this change, but I don't think I have access to publish a new version.

I also feel like this change would need to happen in other locations besides session.

ORESoftware commented 6 years ago

@milesj for now, this is sufficient for my needs, I don't think adding it to other places besides session is necessary, but it might add value too.