update root typer section:

- add --version/-v option
- upd version command
This commit is contained in:
onyx-and-iris 2025-06-02 17:22:15 +01:00
parent b9d2afb108
commit 370c82f393

View File

@ -64,10 +64,16 @@ Flags can be used to override environment variables.
## Root Typer ## Root Typer
- version: Get the OBS Client and WebSocket versions. - --version/-v: Get the obsws-cli version:
```console ```console
obsws-cli version obsws-cli --version
```
- obs-version: Get the OBS Client and WebSocket versions.
```console
obsws-cli obs-version
``` ```
## Sub Typers ## Sub Typers