mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 21:43:32 +00:00
if not in interactive, check a script was passed
This commit is contained in:
@@ -15,11 +15,13 @@ You may pass the following optional flags:
|
||||
|
||||
for example:
|
||||
|
||||
`powershell.exe .\CLI.ps1 -o -k "banana" -s "strip[0].mute", "!strip[0].mute", "strip[0].mute", "bus[2].eq.on=1", "command.lock=1"`
|
||||
```powershell
|
||||
.\CLI.ps1 -o -k "banana" -s "strip[0].mute", "!strip[0].mute", "strip[0].mute", "bus[2].eq.on=1", "command.lock=1"
|
||||
```
|
||||
|
||||
Expected output:
|
||||
|
||||
```
|
||||
```powershell
|
||||
Getting strip[0].mute
|
||||
strip[0].mute = 0
|
||||
Toggling strip[0].mute
|
||||
|
||||
Reference in New Issue
Block a user