You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generates a dynamic console menu featuring a list of options, allowing users to navigate and select choices using their keyboard arrows.
3
+
4
+
## Description
5
+
The Show-Menu function is used to display a dynamic menu in the console. It takes a title and a list of options as parameters. The title is optional and defaults to "Please make a selection...". The list of options is mandatory. The function will display the title in green, followed by the list of options. The user can then make a selection from the options provided.
6
+
7
+
## Usage
8
+
```
9
+
# This example shows how to use the Show-Menu function to display a menu with a custom title and three options.
0 commit comments