From 45dbcae804e8a6cad83b02f5801d56de7578c93a Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 10 Mar 2026 19:45:26 +0000 Subject: [PATCH] upd examples --- Taskfile.dynamic.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Taskfile.dynamic.yml b/Taskfile.dynamic.yml index f1c995f..5ae13f4 100644 --- a/Taskfile.dynamic.yml +++ b/Taskfile.dynamic.yml @@ -2,14 +2,14 @@ version: '3' # Dynamic build system - no spec files needed! # Examples: -# - task build THEMES="azure forest" -# - task build-all +# - task -t Taskfile.dynamic.yml build THEMES="azure forest" +# - task -t Taskfile.dynamic.yml build-all # THEMES can be specified as a space-separated list or "all" to build everything. # # Compression tasks are also dynamic and can be used like: # Usage examples: -# task compress THEME=azure -# task compress-all +# task -t Taskfile.dynamic.yml compress THEME=azure +# task -t Taskfile.dynamic.yml compress-all vars: THEMES: '{{.THEMES | default "all"}}'