allow passing args

This commit is contained in:
Hayden 2025-07-04 11:58:21 -05:00
commit ba59b50179
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -70,7 +70,7 @@ tasks:
dev:generate:
desc: run code generators
cmds:
- poetry run python dev/code-generation/main.py
- poetry run python dev/code-generation/main.py {{ .CLI_ARGS }}
- task: py:format
dev:services: