|
|
|
|
|
by bingo_cannon
2210 days ago
|
|
Absolutely! I've used picocli[1] and airline[2]. There is always the Apache Commons CLI if you feel like building it all yourself. 1: https://picocli.info/ 2: https://github.com/airlift/airline Bonus: picocli lets you create native images using Graal, so you can really build native cli executable using Java. |
|