From 1d8ffdc756b7b50e40793fbb5f3f67d2c131a26b Mon Sep 17 00:00:00 2001 From: Onyx and Iris Date: Wed, 12 Feb 2025 18:26:43 +0000 Subject: [PATCH] mark rewrite,restore tasks as internal --- Taskfile.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Taskfile.yml b/Taskfile.yml index ac2ee89..ff550a9 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -44,11 +44,13 @@ tasks: cmd: poetry run pyinstaller --noconfirm --distpath dist/forest-{{.ITEM.KIND}}-{{.ITEM.THEME}} spec/forest-{{.ITEM.KIND}}-{{.ITEM.THEME}}.spec rewrite: + internal: true desc: Run the source code rewriter cmds: - poetry run python tools/rewriter.py --rewrite restore: + internal: true desc: Restore the backup files cmds: - poetry run python tools/rewriter.py --restore @@ -72,6 +74,7 @@ tasks: cmd: '{{.SHELL}} -Command "Compress-Archive -Path dist/forest-{{.ITEM.KIND}}-{{.ITEM.THEME}} -DestinationPath dist/forest-{{.ITEM.KIND}}-{{.ITEM.THEME}}.zip"' clean: + desc: Clean up build and dist directories cmds: - | {{.SHELL}} -Command "