add stream/record toggle to README

This commit is contained in:
onyx-and-iris 2025-07-01 01:05:08 +01:00
parent 06330f8ed6
commit efb22d519f

View File

@ -118,6 +118,12 @@ meld-cli stream start
meld-cli stream stop meld-cli stream stop
``` ```
- toggle: Toggle streaming state
```console
meld-cli stream toggle
```
- status: Show the current streaming status - status: Show the current streaming status
```console ```console
@ -138,6 +144,12 @@ meld-cli record start
meld-cli record stop meld-cli record stop
``` ```
- toggle: Toggle recording state
```console
meld-cli record toggle
```
- status: Show the current recording status - status: Show the current recording status
```console ```console