Added a hint to devel.sh

master
Brady McDonough 2 years ago
parent 1313a4b6da
commit 4d4b416729

@ -28,6 +28,8 @@ if [[ $# -ne 1 ]]; then
echo " test - If no vendor/ folder Update, then run phpunit tests." echo " test - If no vendor/ folder Update, then run phpunit tests."
echo " clean - Remove all buildfiles and editor artifacts." echo " clean - Remove all buildfiles and editor artifacts."
echo " tidy - Remove all editor artifacts." echo " tidy - Remove all editor artifacts."
echo ""
echo "For style points, you might consider targeting these with git-hooks"
fi fi
cmd=$1 cmd=$1

Loading…
Cancel
Save