Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ahmadnassri opened this issue Mar 10, 2016 · 1 comment
Open

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

ahmadnassri opened this issue Mar 10, 2016 · 1 comment

Comments

@ahmadnassri
Copy link

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
Copy link
Owner

dthree commented Mar 10, 2016

👍


Will be refactoring mode to fit this use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants