Closed Rubonnek closed 1 year ago
I'm using the following script named launcher.sh:
launcher.sh
#!/usr/bin/env bash java -jar ./gdx-texturepacker.jar "$@"
But when I run launcher.sh --help I get:
launcher.sh --help
Error: "--help" is not a valid option
Had time to look into this again and I didn't realize I had to compile from the latest commit -- I was using the latest release.
I'm using the following script named
launcher.sh
:But when I run
launcher.sh --help
I get: