From 4d4b4167292104b95f6051e054e2a5c6245f1424 Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Wed, 7 Feb 2024 13:29:12 -0700 Subject: [PATCH] Added a hint to devel.sh --- devel.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel.sh b/devel.sh index 39a8c4f..1ab9a44 100755 --- a/devel.sh +++ b/devel.sh @@ -28,6 +28,8 @@ if [[ $# -ne 1 ]]; then echo " test - If no vendor/ folder Update, then run phpunit tests." echo " clean - Remove all buildfiles and editor artifacts." echo " tidy - Remove all editor artifacts." + echo "" + echo "For style points, you might consider targeting these with git-hooks" fi cmd=$1