mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-18 06:53:38 +00:00
enable no_args_is_help for all typers subclassing AliasGroup
This includes the root typer patch bump
This commit is contained in:
@@ -39,7 +39,7 @@ obsws-cli = "obsws_cli:app"
|
||||
path = "obsws_cli/__about__.py"
|
||||
|
||||
[tool.hatch.envs.default.scripts]
|
||||
cli = "obsws-cli {args:obsws_cli}"
|
||||
cli = "obsws-cli {args:}"
|
||||
test = "pytest {args:obsws_cli tests}"
|
||||
|
||||
[tool.hatch.envs.hatch-test]
|
||||
|
||||
Reference in New Issue
Block a user