mirror of
https://github.com/onyx-and-iris/vban-cli.git
synced 2026-04-15 18:23:29 +00:00
remove StripSubcommandHelpFormatter, StripHelpFormatter now handles commands + command groups.
This commit is contained in:
@@ -5,11 +5,7 @@ description = "A command-line interface for Voicemeeter leveraging VBAN."
|
||||
readme = "README.md"
|
||||
license = { text = "LICENSE" }
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"cyclopts>=4.6.0",
|
||||
"loguru>=0.7.3",
|
||||
"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",
|
||||
@@ -28,4 +24,4 @@ vban-cli = "vban_cli.app:run"
|
||||
package = true
|
||||
|
||||
[tool.uv.sources]
|
||||
vban-cmd = { path = "../vban-cmd-python" }
|
||||
vban-cmd = { path = "../vban-cmd-python", editable = true }
|
||||
|
||||
Reference in New Issue
Block a user