mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-05-16 06:20:23 +01:00
add optional flag --parent for show,hide,toggle to Scene Item section in readme
This commit is contained in:
parent
bd9b05eb4a
commit
3575f94a56
12
README.md
12
README.md
@ -98,6 +98,10 @@ obsws-cli scene-item list LIVE
|
||||
```
|
||||
|
||||
- show: Show an item in a scene.
|
||||
- flags:
|
||||
|
||||
*optional*
|
||||
- `--parent`: Parent group name
|
||||
- args: <scene_name> <item_name>
|
||||
|
||||
```console
|
||||
@ -105,6 +109,10 @@ obsws-cli scene-item show START "Colour Source"
|
||||
```
|
||||
|
||||
- hide: Hide an item in a scene.
|
||||
- flags:
|
||||
|
||||
*optional*
|
||||
- `--parent`: Parent group name
|
||||
- args: <scene_name> <item_name>
|
||||
|
||||
```console
|
||||
@ -112,6 +120,10 @@ obsws-cli scene-item hide START "Colour Source"
|
||||
```
|
||||
|
||||
- toggle: Toggle an item in a scene.
|
||||
- flags:
|
||||
|
||||
*optional*
|
||||
- `--parent`: Parent group name
|
||||
- args: <scene_name> <item_name>
|
||||
|
||||
```console
|
||||
|
Loading…
x
Reference in New Issue
Block a user