change aseprite subcommand to ase

This commit is contained in:
asrael 2025-11-05 13:39:26 -06:00
parent c37208f961
commit 307a8d1378
No known key found for this signature in database
GPG key ID: 2786557804DFAE24
2 changed files with 2 additions and 5 deletions

View file

@ -120,7 +120,7 @@ print_usage() {
echo " ./pxl8.sh <command> [options]" echo " ./pxl8.sh <command> [options]"
echo echo
echo -e "${BOLD}COMMANDS:${NC}" 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 " build Build pxl8"
echo " clean Remove build artifacts" echo " clean Remove build artifacts"
echo " help Show this help message" echo " help Show this help message"
@ -516,7 +516,7 @@ case "$COMMAND" in
update_sdl update_sdl
;; ;;
aseprite) ase)
bash tools/aseprite/pxl8-ase.sh "$@" bash tools/aseprite/pxl8-ase.sh "$@"
;; ;;

View file

@ -22,9 +22,6 @@ print_info() {
print_usage() { print_usage() {
echo -e "${BOLD}pxl8-ase${NC} - aseprite tools" echo -e "${BOLD}pxl8-ase${NC} - aseprite tools"
echo echo
echo -e "${BOLD}USAGE:${NC}"
echo " ./pxl8-ase.sh <command>"
echo
echo -e "${BOLD}COMMANDS:${NC}" echo -e "${BOLD}COMMANDS:${NC}"
echo " clean Remove packaged extension" echo " clean Remove packaged extension"
echo " help Show this help message" echo " help Show this help message"