From c45df1128664cb52a1956b6a5150c288bfc51544 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 2 Jul 2024 10:24:07 +0100 Subject: [PATCH] add `-v` flag to README use section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2346849..eb9e937 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## `Use` ```powershell -./vmrcli.exe [-h] [-i] [-k] [-D] +./vmrcli.exe [-h] [-i] [-k] [-D] [-v] ``` Where: @@ -22,6 +22,7 @@ Where: - `i`: Enable interactive mode. If set, any api commands passed on the command line will be ignored. - `k`: The kind of Voicemeeter (basic, banana or potato). Use this to launch the GUI. - `D`: Set log level 0=TRACE, 1=DEBUG, 2=INFO, 3=WARN, 4=ERROR, 5=FATAL +- `v`: Enable extra console output (toggle, set messages) ## `API Commands`