mirror of
https://github.com/onyx-and-iris/meld-cli.git
synced 2025-07-12 02:11:46 +00:00
add --id flag to scene commands in README
This commit is contained in:
parent
faa73e8f07
commit
ea49bf9a9f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user