From a2e1c5280b4a0587dacd7b8e98bb1ee52d50e3f8 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 1 Jul 2025 16:08:35 +0100 Subject: [PATCH] update --help in README --- README.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 1cfa760..f8f7b50 100644 --- a/README.md +++ b/README.md @@ -75,21 +75,23 @@ simple-recorder stop ```shell Usage: simple-recorder [OPTIONS] COMMAND -┏━ Subcommands ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -┃ start Start recording ┃ -┃ stop Stop recording ┃ -┃ pause Pause recording ┃ -┃ resume Resume recording ┃ -┃ directory Get or set the recording directory ┃ -┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ +┏━ Subcommands ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ +┃ start Start recording ┃ +┃ stop Stop recording ┃ +┃ pause Pause recording ┃ +┃ resume Resume recording ┃ +┃ split Split the current recording into a new file ┃ +┃ chapter Create a chapter in the current recording ┃ +┃ directory Get or set the recording directory ┃ +┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ -┏━ Options ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -┃ --host OBS WebSocket host ┃ -┃ --port OBS WebSocket port ┃ -┃ --password OBS WebSocket password ┃ -┃ --theme GUI theme (Light Purple, Neutral Blue, Reds, Sandy Beach, ┃ -┃ Kayak, Light Blue 2) ┃ -┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ +┏━ Options ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ +┃ --host OBS WebSocket host ┃ +┃ --port OBS WebSocket port ┃ +┃ --password OBS WebSocket password ┃ +┃ --theme GUI theme (Light Purple, Neutral Blue, Reds, Sandy Beach, ┃ +┃ Kayak, Light Blue 2) ┃ +┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ ``` ### GUI