It should work like this: ```text > sub sub> baz sub/baz> exit sub> exit > ``` Currently it works like this: ```text > sub root> baz root/sub> exit root exit > ``` We should never print the root menu label - it isn't useful.