add --output to generate

specify ./man as output dir in hatch man script
This commit is contained in:
2025-04-30 16:14:52 +01:00
parent fff41e1895
commit 969f28fab4
2 changed files with 16 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ dependencies = ["click-man>=0.5.1"]
[tool.hatch.envs.default.scripts]
cli = "obsws-cli {args:}"
man = "python man/generate.py"
man = "python man/generate.py --output=./man"
[tool.hatch.envs.hatch-test]
dependencies = ["pytest>=8.3.5"]