29 Commits

Author SHA1 Message Date
c642bbc1f2 show the index arg 2026-02-28 16:03:34 +00:00
61a37bcd0f patch bump v0.4.2 2026-02-28 15:48:28 +00:00
b62ee185c3 upd use section in README 2026-02-28 15:39:39 +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
v0.4.1
2026-02-28 13:34:46 +00:00
5460965945 add to further notes 2026-02-27 23:06:00 +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.
v0.4.0
2026-02-27 22:50:00 +00:00
9938eaa49f fix status classifier v0.3.0 2026-02-27 21:39:03 +00:00
ffbcec5826 fix --version flag 2026-02-27 21:36:31 +00:00
35cffbcf91 add publish+ruff workflows 2026-02-27 21:29:01 +00:00
845d93bda4 upd description 2026-02-27 21:20:22 +00:00
0af201d601 update README with further notes. 2026-02-27 21:16:21 +00:00
1b315d0601 upd vban-cmd dep version 2026-02-27 21:09:40 +00:00
6e10d77cdb minor bump 2026-02-27 20:10:10 +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
7952fc3584 add note regarding PEQ parameters for packet with ident:1 2026-02-27 19:51:10 +00:00
fa3964bb56 upd comments pointing to implementation notes 2026-02-27 19:48:35 +00:00
7597202605 upd help output 2026-02-27 19:46:29 +00:00
75670c8f4b add --help output to Use
add some implementation notes
2026-02-27 19:45:41 +00:00
5aebfcd84e upd readme 2026-02-27 18:03:58 +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
1e76c2afd9 minor bump 2026-02-27 16:51:07 +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