mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-01-24 17:27:48 +00:00
add cli examples to script docstring
This commit is contained in:
parent
7dd4c9db24
commit
fe540895b3
@ -12,6 +12,12 @@
|
||||
Specifies the type of Voicemeeter to connect to (banana or potato). Default is 'banana'.
|
||||
.PARAMETER script
|
||||
A list of commands to execute in sequence.
|
||||
.EXAMPLE
|
||||
.\CLI.ps1 -interactive -kind banana
|
||||
Starts the CLI in interactive mode for Voicemeeter Banana.
|
||||
.EXAMPLE
|
||||
.\CLI.ps1 -script "Strip[0].Gain=3", "!Bus[1].Mute", "Bus[0].Gain"
|
||||
Executes a series of commands: sets Strip 0 Gain to 3, toggles Bus 1 Mute, and retrieves Bus 0 Gain.
|
||||
#>
|
||||
|
||||
[cmdletbinding()]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user