git-next/.git-hooks/prepare-commit-msg

5 lines
74 B
Text
Raw Normal View History

#!/bin/sh
# cc-cli as a commit hook
exec < /dev/tty
cargo bin cc-cli "$@"