From 1dfb6f87accd06511a4fecc77a06b5331c4b5b20 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 14 Jul 2025 03:33:58 +0100 Subject: [PATCH] add TextCmd to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index c80cc87..fce67de 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,22 @@ gobs-cli input unmute "Mic/Aux" gobs-cli input toggle "Mic/Aux" ``` +### TextCmd + +- current: Display current text for a text input. + - args: InputName + +```console +gobs-cli text current "My Text Input" +``` + +- update: Update the text of a text input. + - args: InputName NewText + +```console +gobs-cli text update "My Text Input" "hi OBS!" +``` + ### RecordCmd - start: Start recording.