Ajout API picocli

This commit is contained in:
Louis Calas 2019-09-10 21:45:24 +02:00
parent 9efed1893d
commit f16cb1bed2

View File

@ -51,6 +51,7 @@ import static picocli.CommandLine.Help.Column.Overflow.SPAN;
import static picocli.CommandLine.Help.Column.Overflow.TRUNCATE; import static picocli.CommandLine.Help.Column.Overflow.TRUNCATE;
import static picocli.CommandLine.Help.Column.Overflow.WRAP; import static picocli.CommandLine.Help.Column.Overflow.WRAP;
/** /**
* <p> * <p>
* CommandLine interpreter that uses reflection to initialize an annotated user object with values obtained from the * CommandLine interpreter that uses reflection to initialize an annotated user object with values obtained from the