aegirhall / console-menu

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

Keeping called functions wrapped in menu format #54

Open Scifideity opened 3 years ago

Scifideity commented 3 years ago

Does anyone have an example of keeping called functions wrapped in the menu formatting? I've got some inputs that question and collect info from the user than process and generate output files or initiate actions on the back end with text updates to the user that I'd like to keep wrapped in the menu borders but not seeing how.