ShaunLawrie / PwshSpectreConsole

👻 PwshSpectreConsole is a PowerShell wrapper for the awesome Spectre.Console library
https://pwshspectreconsole.com/
MIT License
117 stars 7 forks source link

Update Read-SpectreMultiSelection.ps1 #19

Closed futuremotiondev closed 10 months ago

futuremotiondev commented 11 months ago

Fixed AllowEmpty parameter being assigned to a non-existent property of the [MultiSelectionPromptExtensions] class.

ShaunLawrie commented 10 months ago

Thanks I just merged this to main to update it. I ran into this with a script of mine just now. I've been writing unit tests in prerelease to catch stuff like this but I didn't get to the selection prompts yet 🤦