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