Merge pull request #117 from PetriAsi/feature/prefix-commands

AllowEmptyString
This commit is contained in:
Petri Asikainen 2021-05-24 12:55:31 +03:00 committed by GitHub
commit 575a17c6d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ function Update-SnipeItAlias()
param(
[Parameter(Mandatory = $true,
ValueFromPipeline = $true)]
[AllowEmptyString()]
[string[]]
$String
)