From c4d67527f564887c3c3ad45cf0867ad4d8d32f7f Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 1 Mar 2026 01:22:18 +0000 Subject: [PATCH] upd further notes --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0fe97f0..1011db5 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,7 @@ see `vban-cli bus --help` for more info. I've made the effort to set up the basic skeletal structure of the CLI as well as demonstrate how to combine subcommand groups with subcommand groups so more can be implemented, it just needs doing. There may be restrictions on some things however, for example, retrieving values is only possible for parameters [defined in the protocol](https://github.com/onyx-and-iris/Voicemeeter-SDK/blob/3be2c1c36563afbd6df3da8436406c77d2cc1f10/VoicemeeterRemote.h#L787). Setting parameters can be done for anything possible by a string request. -Shell completion scripts are available (for zsh, bash and fish) but I haven't tested them - -Some of the help output needs improving for commands that branch off positional arguments. +Shell completion scripts are available (for zsh, bash and fish) but they haven't been thoroughly tested. If there's something missing that you would like to see added the best bet is to submit a PR. You may raise an issue and if it's quick and simple to do I may (or may not) do it.