cbeust / jcommander

Command line parsing framework for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graal Support

juddgaddie opened this issue · comments

If anyone has any experience using JCommander with Graal or if there is anything we can do to assist with JCommander support for Graal that would be great.

See: https://github.com/oracle/graal/blob/master/substratevm/REFLECTION.md

I will report my findings here.

I ended up using picocli - however not the Graal native support but the Spec builder api which does not require reflection.