aegirhall / console-menu

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

Allow appending multiple items to a menu GH-68 #101

Open truthless-dev opened 4 months ago

truthless-dev commented 4 months ago

Modify ConsoleMenu.append_item() to accept any number of items which are to be appended to the menu, enabling users to write cleaner menu setup code. Also add a test for appending zero, one, and more than one items.