Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: accept list of menu items as argument to console_menu.append_item #68

Open
the1gofer opened this issue Mar 7, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@the1gofer
Copy link

It would be nice change a block of of append lists items to one line by accepting a list of menu items.

@aegirhall aegirhall added the enhancement New feature or request label Aug 10, 2022
truthless-dev added a commit to truthless-dev/console-menu that referenced this issue May 2, 2024
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.
truthless-dev added a commit to truthless-dev/console-menu that referenced this issue May 2, 2024
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.
truthless-dev added a commit to truthless-dev/console-menu that referenced this issue May 3, 2024
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.
truthless-dev added a commit to truthless-dev/console-menu that referenced this issue May 4, 2024
Allow appending multiple items to a menu aegirhallGH-68
truthless-dev added a commit to truthless-dev/console-menu that referenced this issue May 4, 2024
Allow appending multiple items to a menu aegirhallGH-68

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants