1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add a default task to list all tasks

This commit is contained in:
jbranchaud
2025-10-25 10:05:38 -05:00
parent c30b17dd68
commit 0e934d8dd3

View File

@@ -6,6 +6,11 @@ vars:
EDITOR: '{{.EDITOR | default "nvim"}}'
tasks:
default:
desc: Show available commands
cmds:
- task --list
notes:sync:
desc: Sync latest changes from the notes submodule
cmds: