From 307a8d13783bcea280d73a2c4a084a3adb738e36 Mon Sep 17 00:00:00 2001 From: asrael Date: Wed, 5 Nov 2025 13:39:26 -0600 Subject: [PATCH] change aseprite subcommand to ase --- pxl8.sh | 4 ++-- tools/aseprite/pxl8-ase.sh | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/pxl8.sh b/pxl8.sh index 3b2518c..5106411 100755 --- a/pxl8.sh +++ b/pxl8.sh @@ -120,7 +120,7 @@ print_usage() { echo " ./pxl8.sh [options]" echo echo -e "${BOLD}COMMANDS:${NC}" - echo " aseprite Aseprite tools (use 'aseprite help' for subcommands)" + echo " ase Aseprite tools (use 'ase help' for subcommands)" echo " build Build pxl8" echo " clean Remove build artifacts" echo " help Show this help message" @@ -516,7 +516,7 @@ case "$COMMAND" in update_sdl ;; - aseprite) + ase) bash tools/aseprite/pxl8-ase.sh "$@" ;; diff --git a/tools/aseprite/pxl8-ase.sh b/tools/aseprite/pxl8-ase.sh index 532f15a..f06f995 100755 --- a/tools/aseprite/pxl8-ase.sh +++ b/tools/aseprite/pxl8-ase.sh @@ -22,9 +22,6 @@ print_info() { print_usage() { echo -e "${BOLD}pxl8-ase${NC} - aseprite tools" echo - echo -e "${BOLD}USAGE:${NC}" - echo " ./pxl8-ase.sh " - echo echo -e "${BOLD}COMMANDS:${NC}" echo " clean Remove packaged extension" echo " help Show this help message"