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