From 4fab6d9ad9fbeeaa4d460e7cd18e6de9894a9e04 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 10 Mar 2026 19:38:08 +0000 Subject: [PATCH] add examples --- Taskfile.dynamic.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Taskfile.dynamic.yml b/Taskfile.dynamic.yml index 0e3f281..f1c995f 100644 --- a/Taskfile.dynamic.yml +++ b/Taskfile.dynamic.yml @@ -1,7 +1,15 @@ version: '3' # Dynamic build system - no spec files needed! -# Usage: task build THEMES="azure forest" or task build-all +# Examples: +# - task build THEMES="azure forest" +# - task 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 vars: THEMES: '{{.THEMES | default "all"}}'