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.
This commit is contained in:
2026-02-27 22:50:00 +00:00
parent 9938eaa49f
commit 1dd518095a
5 changed files with 97 additions and 19 deletions

View File

@@ -1,11 +1,15 @@
[project]
name = "vban-cli"
version = "0.3.0"
version = "0.4.0"
description = "A command-line interface for Voicemeeter leveraging VBAN."
readme = "README.md"
license = { text = "LICENSE" }
requires-python = ">=3.13"
dependencies = ["cyclopts>=4.6.0", "vban-cmd>=2.6.0"]
dependencies = [
"cyclopts>=4.6.0",
"loguru>=0.7.3",
"vban-cmd>=2.6.0",
]
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python",