chore(mise): Rename 'run' task to 'mainline'
Rename the mise task from 'run' to 'mainline' to make it more semantic: - 'mise run mainline' is clearer than 'mise run run' - Old 'run' task is kept as alias that depends on sync-all - Preserves backward compatibility with existing usage
This commit is contained in:
@@ -19,7 +19,8 @@ format = "uv run ruff format engine/ mainline.py"
|
||||
# Run
|
||||
# =====================
|
||||
|
||||
run = "uv run mainline.py"
|
||||
mainline = "uv run mainline.py"
|
||||
run = { run = "uv run mainline.py", depends = ["sync-all"] }
|
||||
run-pygame = { run = "uv run mainline.py --display pygame", depends = ["sync-all"] }
|
||||
run-terminal = { run = "uv run mainline.py --display terminal", depends = ["sync-all"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user