mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2025-07-16 18:01:46 +00:00
add TextCmd to README
This commit is contained in:
parent
866aedde7c
commit
1dfb6f87ac
16
README.md
16
README.md
@ -302,6 +302,22 @@ gobs-cli input unmute "Mic/Aux"
|
|||||||
gobs-cli input toggle "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
|
### RecordCmd
|
||||||
|
|
||||||
- start: Start recording.
|
- start: Start recording.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user