From 6b41418c0009465028c5f71b8e8216d1d05857ab Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 17 Mar 2025 22:52:12 +0000 Subject: [PATCH] split long desc across lines --- Taskfile.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 776e120..3d053cc 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -36,7 +36,8 @@ tasks: generate: desc: | - Generate the gitignore.io templates. This task will be skipped if the templates already exist. + Generate the gitignore.io templates. + This task will be skipped if the templates already exist. You may use the `--force` flag to regenerate the templates. cmds: - go generate ./...