Compare commits

..

No commits in common. "cc0ec73ef407a3b237aa486347268d1e1aa661e8" and "a383aaa36ba8199704c9deb4f2b2221677c5baaa" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -13,7 +13,7 @@
## `Use`
```powershell
./vmrcli.exe [-h] [-i] [-k] [-D] [-v] <api commands>
./vmrcli.exe [-h] [-i] [-k] [-D] <api commands>
```
Where:
@ -22,7 +22,6 @@ 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`

View File

@ -127,8 +127,8 @@ void help()
"\th: Prints the help dialogue\n"
"\ti: Enable interactive mode\n"
"\tk: The kind of Voicemeeter (basic, banana, potato)\n"
"\tD: Set log level 0=TRACE, 1=DEBUG, 2=INFO, 3=WARN, 4=ERROR, 5=FATAL\n"
"\tv: Enable extra console output (toggle, set messages)");
"\tD: Set log level 0=TRACE, 1=DEBUG, 2=INFO, 3=WARN, 4=ERROR, 5=FATAL"
"\tv: Enable extra console output (toggle, set messages)\n");
}
/**