diff --git a/pyproject.toml b/pyproject.toml index ad02284..abd1c45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,9 @@ dependencies = ["click-man>=0.5.1"] cli = "obsws-cli {args:}" man = "python man/generate.py --output=./man" +[tool.hatch.envs.lazyimports.scripts] +cli = "obsws-cli {args:}" + [tool.hatch.envs.hatch-test] randomize = true