Package | Description |
---|---|
org.apache.logging.log4j.core.tools.picocli |
Modifier and Type | Class and Description |
---|---|
static class |
CommandLine.DefaultExceptionHandler
Default exception handler that prints the exception message to the specified
PrintStream , followed by the
usage message for the command or subcommand whose input was invalid. |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
CommandLine.parseWithHandlers(CommandLine.IParseResultHandler handler,
java.io.PrintStream out,
CommandLine.Help.Ansi ansi,
CommandLine.IExceptionHandler exceptionHandler,
java.lang.String... args)
|