Skip to content

Commit

Permalink
Merge pull request #49 from TrimarcJake/prerelease
Browse files Browse the repository at this point in the history
Update get-started.mdx
  • Loading branch information
ShaunLawrie authored Sep 30, 2024
2 parents 317b0ce + 8a18f13 commit d24fbad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $items = @("Red", "Green", "Blue")
$chosenItem = Read-SpectreSelection -Title "Select your favorite color" -Choices $items -Color "Green"
# Do something with the chosen item
Write-SpectreHost "Your chosen color is '$color'"
Write-SpectreHost "Your chosen color is '$chosenItem'"
```

> Example of a user being prompted with a select list:
Expand Down

0 comments on commit d24fbad

Please sign in to comment.