From 14d9feb43ec32bcf40dc6a8dc7f102a40beb6bd5 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 4 Jun 2025 14:32:32 +0100 Subject: [PATCH] add missing SourceName arg to filter list --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ecc121..7fd4877 100644 --- a/README.md +++ b/README.md @@ -513,6 +513,10 @@ gobs-cli hotkey trigger-sequence OBS_KEY_F1 --shift --ctrl - list: List all filters. + *optional* + - args: SourceName + - defaults to current scene + ```console gobs-cli filter list ``` @@ -561,7 +565,7 @@ gobs-cli projector list-monitors - defaults to 0 *optional* - - args: + - args: SourceName - defaults to current scene ```console @@ -585,7 +589,7 @@ gobs-cli projector open --monitor-index=1 "test_group" - --quality: - defaults to -1 - - args: + - args: SourceName FilePath ```console gobs-cli screenshot save --width=2560 --height=1440 "Scene" "C:\Users\me\Videos\screenshot.png"