From ea49bf9a9f0dc098982ad1b9023d0746061229b5 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 30 Jun 2025 19:31:26 +0100 Subject: [PATCH] add --id flag to scene commands in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 282e480..b203f86 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,13 @@ MELD_CLI_PORT=13376 #### Scene - list: List all scenes + - flags: + - --id: Display scene IDs ```console meld-cli scene list + +meld-cli scene list --id ``` - switch: Switch to a scene by name @@ -51,9 +55,13 @@ meld-cli scene switch "My Scene" ``` - current: Show the current scene + - flags: + - --id: Display scene ID ```console meld-cli scene current + +meld-cli scene current --id ``` #### Audio