We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[bool] has some annoying behaviors, e.g. you can't pass bare strings true or false
[bool]
true
false
Using this pattern makes consumption easier
[Parameter()] [ValidateSet($null, 'true', 'false')] [object]