Uses of Class
picocli.CommandLine.InitializationException
-
Packages that use CommandLine.InitializationException Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletionfunctionality. -
-
Uses of CommandLine.InitializationException in picocli
Subclasses of CommandLine.InitializationException in picocli Modifier and Type Class Description static classCommandLine.DuplicateNameExceptionException indicating that multiple named elements have incorrectly used the same name.static classCommandLine.DuplicateOptionAnnotationsExceptionException indicating that multiple fields have been annotated with the same Option name.static classCommandLine.ParameterIndexGapExceptionException indicating that there was a gap in the indices of the fields annotated withCommandLine.Parameters.
-