Uses of Class
org.apache.logging.log4j.core.tools.picocli.CommandLine.ExecutionException
Packages that use CommandLine.ExecutionException
-
Uses of CommandLine.ExecutionException in org.apache.logging.log4j.core.tools.picocli
Methods in org.apache.logging.log4j.core.tools.picocli that throw CommandLine.ExecutionExceptionModifier and TypeMethodDescriptionCommandLine.IParseResultHandler.handleParseResult
(List<CommandLine> parsedCommands, PrintStream out, CommandLine.Help.Ansi ansi) Processes a List ofCommandLine
objects resulting from successfully parsing the command line arguments and optionally returns a list of results.