diff --git a/Taskfile.yml b/Taskfile.yml index ccff66fd6..c54c075db 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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: