mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-12-20 13:37:47 +00:00
Compare commits
No commits in common. "main" and "v0.12.0" have entirely different histories.
@ -13,7 +13,7 @@
|
||||
## `Use`
|
||||
|
||||
```powershell
|
||||
.\vmrcli.exe [-h] [-v] [-i|-I] [-f] [-k] [-l] [-e] [-c] [-m] [-s] <api commands>
|
||||
.\vmrcli.exe [-h] [-i|-I] [-k] [-D] [-v] [-c] [-m] [-s] <api commands>
|
||||
```
|
||||
|
||||
Where:
|
||||
@ -22,8 +22,8 @@ Where:
|
||||
- `v`: Print the version of vmrcli.
|
||||
- `i`: Enable interactive mode, use (-I) to disable the '>>' prompt.
|
||||
- If set, any api commands passed on the command line will be ignored.
|
||||
- `f`: Do not split input on spaces.
|
||||
- `k`: The kind of Voicemeeter (basic, banana or potato). Use this to launch the GUI.
|
||||
- `f`: Do not split input on spaces.
|
||||
- `l`: Set log level, must be one of TRACE, DEBUG, INFO, WARN, ERROR, or FATAL
|
||||
- `e`: Enable extra console output (toggle, set messages)
|
||||
- `c`: Load a user configuration (give the full file path)
|
||||
|
||||
@ -89,7 +89,7 @@ int main(int argc, char *argv[])
|
||||
usage();
|
||||
}
|
||||
|
||||
log_set_level(log_level);
|
||||
log_set_level(LOG_WARN);
|
||||
|
||||
opterr = 0;
|
||||
while ((opt = getopt(argc, argv, OPTSTR)) != -1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user