mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2026-09-18 17:32:27 +00:00
Compare commits
2
Commits
v0.8.2
...
666b4cf744
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
666b4cf744 | ||
|
|
9ee6fa9e34 |
@@ -37,10 +37,20 @@ OBS_TIMEOUT=5
|
|||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
### VersionCmd
|
### VersionFlag
|
||||||
|
|
||||||
|
- --version/-v: Print gobs-cli version information and quit
|
||||||
|
|
||||||
```console
|
```console
|
||||||
gobs-cli version
|
gobs-cli --version
|
||||||
|
```
|
||||||
|
|
||||||
|
### ObsVersionCmd
|
||||||
|
|
||||||
|
- Print OBS client and websocket version.
|
||||||
|
|
||||||
|
```console
|
||||||
|
gobs-cli obs-version
|
||||||
```
|
```
|
||||||
|
|
||||||
### SceneCmd
|
### SceneCmd
|
||||||
@@ -557,7 +567,7 @@ gobs-cli projector list-monitors
|
|||||||
- defaults to current scene
|
- defaults to current scene
|
||||||
|
|
||||||
```console
|
```console
|
||||||
gobs-cli project open
|
gobs-cli projector open
|
||||||
|
|
||||||
gobs-cli projector open --monitor-index=1 "test_scene"
|
gobs-cli projector open --monitor-index=1 "test_scene"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user