crashinvaders / gdx-texture-packer-gui

A simple way to pack and manage texture atlases for libGDX game framework.
Apache License 2.0
618 stars 74 forks source link

How to run CLI options? #144

Closed Rubonnek closed 1 year ago

Rubonnek commented 1 year ago

I'm using the following script named launcher.sh:

#!/usr/bin/env bash
java  -jar ./gdx-texturepacker.jar "$@"

But when I run launcher.sh --help I get:

Error: "--help" is not a valid option
Rubonnek commented 1 year ago

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.