gosu-lang / gradle-gosu-plugin

BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Use pico-cli instead of JCommander #55

Open DPUkyle opened 2 weeks ago

DPUkyle commented 2 weeks ago

See https://picocli.info/

Specifically, pico-cli has a single class file we can include and relocate, removing the need to shade a dependency on JCommander