You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to implement something more complex than a simple one level command set, for example. Subcommands and help are listed as completed in the roadmap, but it's not clear how to make this work. Is there a simple example that could be added?
I'm trying to accomplish something like this:
>>> help
a
b
c
>>> a
does something
>>> c
c >>> help
d
e
..
c >>> e
does something
c >>> ..
>>> help
a
b
c
The text was updated successfully, but these errors were encountered:
I'd like to implement something more complex than a simple one level command set, for example. Subcommands and help are listed as completed in the roadmap, but it's not clear how to make this work. Is there a simple example that could be added?
I'm trying to accomplish something like this:
The text was updated successfully, but these errors were encountered: