aegirhall / console-menu

A simple Python menu system for building terminal user interfaces.
MIT License
365 stars 58 forks source link

Item that call a function and then redirect a submenu #52

Open Drezbek opened 4 years ago

Drezbek commented 4 years ago

I want a MenuItem that first call a function and then redirect to a submenu?. Is there a way that i can do that?

seems that the only way is subclassing submenuitem or functionitem?