Skip to content

Commit

Permalink
Update help notes for spectreselection
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Apr 25, 2024
1 parent 961f9c9 commit 30139f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PwshSpectreConsole/public/prompts/Read-SpectreSelection.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ function Read-SpectreSelection {
Displays a selection prompt using Spectre Console.
.DESCRIPTION
This function displays a selection prompt using Spectre Console. The user can select an option from the list of choices provided. The function returns the selected option.
This function displays a selection prompt using Spectre Console. The user can select an option from the list of choices provided. The function returns the selected option.
With the `-EnableSearch` switch, the user can search for choices in the selection prompt by typing the characters instead of just typing up and down arrows.
.PARAMETER Title
The title of the selection prompt.
Expand Down

0 comments on commit 30139f0

Please sign in to comment.