mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
Get rid of the help task, not needed now
This commit is contained in:
13
Taskfile.yml
13
Taskfile.yml
@@ -74,16 +74,3 @@ tasks:
|
||||
fi
|
||||
interactive: true
|
||||
silent: true
|
||||
|
||||
notes:help:
|
||||
desc: Show available notes commands
|
||||
cmds:
|
||||
- echo "Available notes tasks:"
|
||||
- echo " task notes:edit - Edit notes (syncs first)"
|
||||
- echo " task notes:push - Commit and push changes"
|
||||
- echo " task notes:save - Edit and push in one command"
|
||||
- echo " task notes:sync - Pull latest changes"
|
||||
- echo " task notes:status - Check git status"
|
||||
- echo " task notes:diff - Show uncommitted changes"
|
||||
- echo " task notes:log - Show recent commits"
|
||||
silent: true
|
||||
|
||||
Reference in New Issue
Block a user