From fe540895b38d92a0bc4a9bf7d3b3139547049320 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 20 Jan 2026 19:47:14 +0000 Subject: [PATCH] add cli examples to script docstring --- examples/cli/CLI.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/cli/CLI.ps1 b/examples/cli/CLI.ps1 index 6d30666..ea347b7 100644 --- a/examples/cli/CLI.ps1 +++ b/examples/cli/CLI.ps1 @@ -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()]