menu icon indicating copy to clipboard operation
menu copied to clipboard

Path is printed wrong

Open thejpster opened this issue 1 year ago • 0 comments

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.

thejpster avatar Aug 29 '24 18:08 thejpster