This reverts commit 7b9c8f777b9390fa915c365d785f07afd067f0e2.
@@ -270,6 +270,6 @@ Commands
"
}
-[ "$(sed -rn 's/^([^ ]+)\(\) \{$/\1/p' manage.sh | grep "$ACTION")" = "" ] \
+[ "$(command -V "$ACTION" | grep ' function$')" = "" ] \
&& help "action not found" \
|| "$ACTION" "$2"