Skip to content

Commit 4efb306

Browse files
committed
add help task
1 parent 7b4f7a1 commit 4efb306

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Taskfile.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,4 +555,9 @@ tasks:
555555
cmds:
556556
- uv run python -m {{.APP_NAME}} {{.CLI_ARGS}}
557557

558-
558+
# === Help ===
559+
help:
560+
desc: Show available tasks from this Taskfile
561+
cmd: taskfile-help
562+
silent: true # Suppress task command echo
563+

0 commit comments

Comments
 (0)