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

Get rid of the help task, not needed now

This commit is contained in:
jbranchaud
2025-10-25 11:51:27 -05:00
parent e6d00a94f3
commit d171c3784b

View File

@@ -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