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 be able to do this as well. if entering a subcommand leave the context there, don't return to the top level context. I suspect this needs to be a new AddCmdFolder or a flag in the cmdcontext marking this as desirable behaviour to keep from breaking the existing behaviour.
>>> help
a
b
c
>>> a
does "a" something
>>> c
changes context and stays in "c". Prompt preceded by name of current context.
c >>> help
d
e
..
c >>> e
does "e" something, does not execute a + e Func, only "e" func.
c >>> ..
>>> help
a
b
c
Example usage:
The text was updated successfully, but these errors were encountered: