Add android-builder wrapper command

This commit is contained in:
Dark98
2026-07-02 05:47:39 +01:00
parent 6df469c073
commit 315e693b1b
7 changed files with 53 additions and 15 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ COMMAND="${1:-help}"
TARGET="$COMMAND"
case "$COMMAND" in
setup|doctor|new|build|export|help|-h|--help)
setup|doctor|new|wrapper|build|export|help|-h|--help)
case "$COMMAND" in
-h|--help) TARGET="help" ;;
esac