mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-01-24 17:27:48 +00:00
add -kind validation
This commit is contained in:
parent
3119b1080e
commit
7dd4c9db24
@ -18,6 +18,7 @@
|
||||
param(
|
||||
[switch]$help,
|
||||
[switch]$interactive,
|
||||
[ValidateSet('basic', 'banana', 'potato')]
|
||||
[String]$kind = 'banana',
|
||||
[String[]]$script = @()
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user