mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-06-27 05:50:32 +01:00
add lazyimports environment, see https://github.com/fastapi/typer/pull/1128
This commit is contained in:
parent
f1c569f140
commit
a26ce74151
@ -42,6 +42,9 @@ dependencies = ["click-man>=0.5.1"]
|
|||||||
cli = "obsws-cli {args:}"
|
cli = "obsws-cli {args:}"
|
||||||
man = "python man/generate.py --output=./man"
|
man = "python man/generate.py --output=./man"
|
||||||
|
|
||||||
|
[tool.hatch.envs.lazyimports.scripts]
|
||||||
|
cli = "obsws-cli {args:}"
|
||||||
|
|
||||||
[tool.hatch.envs.hatch-test]
|
[tool.hatch.envs.hatch-test]
|
||||||
randomize = true
|
randomize = true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user