mirror of
https://github.com/onyx-and-iris/vban-cli.git
synced 2026-03-02 21:19:11 +00:00
upd use section in README
This commit is contained in:
parent
c7365bfe4e
commit
b62ee185c3
43
README.md
43
README.md
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
This CLI is still in an early stage of development with many more things that could be implemented. However, the commands that are implemented should be working without issues.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
#### With uv
|
#### With uv
|
||||||
@ -47,24 +49,35 @@ export VBAN_CLI_STREAMNAME=Command1
|
|||||||
|
|
||||||
## Use
|
## Use
|
||||||
|
|
||||||
```console
|
### Strip Command
|
||||||
Usage: vban-cli COMMAND
|
|
||||||
|
|
||||||
╭─ Commands ───────────────────────────────────────────────────────────────────────────────────────╮
|
Usage: vban-cli strip <index> COMMAND [ARGS]
|
||||||
│ bus Control the bus parameters. │
|
|
||||||
│ strip Control the strip parameters. │
|
examples:
|
||||||
│ --help (-h) Display this message and exit. │
|
|
||||||
│ --version Display application version. │
|
```console
|
||||||
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
vban-cli strip 0 mute true
|
||||||
╭─ Parameters ─────────────────────────────────────────────────────────────────────────────────────╮
|
|
||||||
│ --kind Kind of Voicemeeter [env var: VBAN_CLI_KIND] [default: potato] │
|
vban-cli strip 1 A1 true
|
||||||
│ --host VBAN host [env var: VBAN_CLI_HOST] [default: localhost] │
|
|
||||||
│ --port VBAN port [env var: VBAN_CLI_PORT] [default: 6980] │
|
vban-cli strip 2 gain -18.7
|
||||||
│ --streamname VBAN stream name [env var: VBAN_CLI_STREAMNAME] [default: Command1] │
|
|
||||||
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
|
||||||
```
|
```
|
||||||
|
|
||||||
For every command and subcommand there exists a `--help` flag for further usage information.
|
see `vban-cli strip --help` for more info.
|
||||||
|
|
||||||
|
### Bus Command
|
||||||
|
|
||||||
|
Usage: vban-cli bus <index> COMMAND [ARGS]
|
||||||
|
|
||||||
|
examples:
|
||||||
|
|
||||||
|
```console
|
||||||
|
vban-cli bus mode normal
|
||||||
|
|
||||||
|
vban-cli bus mute true
|
||||||
|
```
|
||||||
|
|
||||||
|
see `vban-cli bus --help` for more info.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user