project open source_name arg now optional.

defaults to current scene

patch bump
This commit is contained in:
2025-05-26 21:37:32 +01:00
parent a7385e58c6
commit 2c7302cfde
3 changed files with 14 additions and 2 deletions

View File

@@ -549,9 +549,13 @@ obsws-cli projector list-monitors
- --monitor-index: Index of the monitor to open the projector on.
- defaults to 0
*optional*
- args: <source_name>
- defaults to current scene
```console
obsws-cli project open
obsws-cli projector open --monitor-index=1 "Scene"
```