daniele77 / cli

A library for interactive command line interfaces in modern C++
Boost Software License 1.0
1.23k stars 140 forks source link

Parent menus does not chain #234

Closed daniele77 closed 8 months ago

daniele77 commented 8 months ago

If the current menu position is:

menu1 > menu2 > menu3

the command

menu2 menu1

should position to menu1