21 Commits

Author SHA1 Message Date
e6ebf86c86 add gainlayer command group
add GainlayerHelpFormatter
2026-03-02 01:24:18 +00:00
080e26f75f add more eq cell commands 2026-03-02 00:28:32 +00:00
c82a021708 add recorder subcommand group
add validation module
2026-03-01 21:15:42 +00:00
84d716b2ad add command subcommand group 2026-03-01 17:58:08 +00:00
28ec67839a add sendtext command, attach it to the root command.
disable the rt listeners if sendtext command is invoked.
2026-03-01 17:25:01 +00:00
dd0d150202 fix bus mono implementation
bump vban-cmd dep version

patch bump
2026-03-01 17:23:38 +00:00
b3cfc6bc4a remove StripSubcommandHelpFormatter, StripHelpFormatter now handles commands + command groups. 2026-03-01 01:04:54 +00:00
c7365bfe4e add new help formatters for different kinds of commands 2026-02-28 15:39:26 +00:00
c660778698 if completion flag return early to avoid unnecessary VBAN connections
patch bump
2026-02-28 13:34:46 +00:00
d03049e713 enable shell completion scripts 2026-02-27 22:59:20 +00:00
1dd518095a eq commands should target the right kind of eq
cell command group has now been attached to eq. this modifies the structure of CLI slightly.
2026-02-27 22:50:00 +00:00
ffbcec5826 fix --version flag 2026-02-27 21:36:31 +00:00
817a25e9fa set up the skeletal structure for comp, gate, denoiser
add them as subcommand to the strip command group.

for each one implement one or two subcommands.
2026-02-27 20:09:52 +00:00
384d20dfc5 upd note regarding eq PEQ commands 2026-02-27 19:51:54 +00:00
fa3964bb56 upd comments pointing to implementation notes 2026-02-27 19:48:35 +00:00
e0ac9c112a upd env var prefix 2026-02-27 17:51:39 +00:00
438c7e25ea rename to vban-cli 2026-02-27 17:45:17 +00:00
837d63d789 implement eq subcommand group + on subcommand
attach it to parent command group strip.
we can't do the same for bus because VBAN doesn't yet define a packet structure defining those parameters.
2026-02-27 17:41:05 +00:00
214116bf97 update regex to parse multiple subcommands 2026-02-27 16:50:48 +00:00
a945fccda9 implement bus command group + some subcommands 2026-02-27 16:50:31 +00:00
44fdeda6e4 initial commit
CLI skeletal structure implemented

--version flag implemented

configuration via flag+env vars implemented

strip command group implemented + some subcommands

custom help formatter implemented.
2026-02-27 16:26:13 +00:00