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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user