From 7597202605ba59dd8d17408795a82b8a52df9b29 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Feb 2026 19:46:29 +0000 Subject: [PATCH] upd help output --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 22b4b0e..b52607f 100644 --- a/README.md +++ b/README.md @@ -50,18 +50,18 @@ export VBAN_CLI_STREAMNAME=Command1 ```console Usage: vban-cli COMMAND -╭─ Commands ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ -│ bus Control the bus parameters. │ -│ strip Control the strip parameters. │ -│ --help (-h) Display this message and exit. │ -│ --version Display application version. │ -╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ -╭─ Parameters ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ -│ --kind Kind of Voicemeeter [env var: VBAN_CLI_KIND] [default: potato] │ -│ --host VBAN host [env var: VBAN_CLI_HOST] [default: localhost] │ -│ --port VBAN port [env var: VBAN_CLI_PORT] [default: 6980] │ -│ --streamname VBAN stream name [env var: VBAN_CLI_STREAMNAME] [default: Command1] │ -╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ +╭─ Commands ───────────────────────────────────────────────────────────────────────────────────────╮ +│ bus Control the bus parameters. │ +│ strip Control the strip parameters. │ +│ --help (-h) Display this message and exit. │ +│ --version Display application version. │ +╰──────────────────────────────────────────────────────────────────────────────────────────────────╯ +╭─ Parameters ─────────────────────────────────────────────────────────────────────────────────────╮ +│ --kind Kind of Voicemeeter [env var: VBAN_CLI_KIND] [default: potato] │ +│ --host VBAN host [env var: VBAN_CLI_HOST] [default: localhost] │ +│ --port VBAN port [env var: VBAN_CLI_PORT] [default: 6980] │ +│ --streamname VBAN stream name [env var: VBAN_CLI_STREAMNAME] [default: Command1] │ +╰──────────────────────────────────────────────────────────────────────────────────────────────────╯ ``` For every command and subcommand there exists a `--help` flag for further usage information.