dthree / vorpal

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

request: ability to create sub-commands / shells #131

Open ahmadnassri opened 8 years ago

ahmadnassri commented 8 years ago

e.g.

v~$ help
  Commands:
    foo
    bar

v~$ foo

foo~$

foo~$ help
  Commands:
    some-sub-cmd
    another-sub-cmd

foo~$ exit

v~$

this is all one app, but acts as if foo bar are their own shells

dthree commented 8 years ago

:+1:


Will be refactoring mode to fit this use.