mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
allow passing args
This commit is contained in:
parent
b8f54d79e3
commit
ba59b50179
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ tasks:
|
||||||
dev:generate:
|
dev:generate:
|
||||||
desc: run code generators
|
desc: run code generators
|
||||||
cmds:
|
cmds:
|
||||||
- poetry run python dev/code-generation/main.py
|
- poetry run python dev/code-generation/main.py {{ .CLI_ARGS }}
|
||||||
- task: py:format
|
- task: py:format
|
||||||
|
|
||||||
dev:services:
|
dev:services:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue