menu
menu copied to clipboard
Path is printed wrong
It should work like this:
> sub
sub> baz
sub/baz> exit
sub> exit
>
Currently it works like this:
> sub
root> baz
root/sub> exit
root exit
>
We should never print the root menu label - it isn't useful.