aegirhall / console-menu

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

Using SelectionItem in a MultiMenu #18

Closed peterjmorgan closed 5 years ago

peterjmorgan commented 5 years ago

I"m trying to create a selection menu that allow for multiple selections. Is there a better way to do this?

peterjmorgan commented 5 years ago

Figured it out!

aegirhall commented 5 years ago

Hi @peterjmorgan I assume you found the MultiSelectMenu ?