mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-18 15:03:44 +00:00
rename item command group to scene-item
update tests, rename test_item.py to test_sceneitem.py update README minor bump
This commit is contained in:
@@ -88,27 +88,27 @@ obsws-cli scene current
|
||||
obsws-cli scene switch LIVE
|
||||
```
|
||||
|
||||
#### Item
|
||||
#### Scene Item
|
||||
|
||||
- show: Show an item in a scene.
|
||||
- args: <scene_name> <item_name>
|
||||
|
||||
```console
|
||||
obsws-cli item show START "Colour Source"
|
||||
obsws-cli scene-item show START "Colour Source"
|
||||
```
|
||||
|
||||
- hide: Hide an item in a scene.
|
||||
- args: <scene_name> <item_name>
|
||||
|
||||
```console
|
||||
obsws-cli item hide START "Colour Source"
|
||||
obsws-cli scene-item hide START "Colour Source"
|
||||
```
|
||||
|
||||
- list: List all items in a scene.
|
||||
- args: <scene_name>
|
||||
|
||||
```console
|
||||
obsws-cli item list LIVE
|
||||
obsws-cli scene-item list LIVE
|
||||
```
|
||||
|
||||
#### Group
|
||||
|
||||
Reference in New Issue
Block a user