-
Notifications
You must be signed in to change notification settings - Fork 59
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
Labels
enhancement
New feature or request
Comments
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
It would be nice change a block of of append lists items to one line by accepting a list of menu items.
The text was updated successfully, but these errors were encountered: