MicahElliott / captain

A simpler approach to git-hook management
Other
2 stars 0 forks source link

Add 'list' command to show which hooks are available in current setup #19

Open MicahElliott opened 11 months ago

MicahElliott commented 11 months ago

capt list should show the hooks that are present in share.sh and local.sh. It should not list the triggers, since that amount of detail is exactly what's in the files, so capt edit is better for that.

Can probably keep capt help just showing the available built-ins, but print reference to list to see what's active, and edit to change them.