Uses of Interface
picocli.CommandLine.IParseResultHandler
Packages that use CommandLine.IParseResultHandler
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.IParseResultHandler in picocli
Classes in picocli that implement CommandLine.IParseResultHandlerModifier and TypeClassDescriptionstatic class
Command line execution strategy that prints help if requested, and otherwise executes the top-level command and all subcommands asRunnable
,Callable
orMethod
.static class
Command line execution strategy that prints help if requested, and otherwise executes the top-levelRunnable
orCallable
command.static class
Command line execution strategy that prints help if requested, and otherwise executes the most specificRunnable
orCallable
subcommand.Methods in picocli with parameters of type CommandLine.IParseResultHandlerModifier and TypeMethodDescriptionCommandLine.parseWithHandler
(CommandLine.IParseResultHandler handler, PrintStream out, String... args) Deprecated.CommandLine.parseWithHandlers
(CommandLine.IParseResultHandler handler, PrintStream out, CommandLine.Help.Ansi ansi, CommandLine.IExceptionHandler exceptionHandler, String... args) Deprecated.useCommandLine.execute(String...)
andCommandLine.getExecutionResult()
instead
CommandLine.execute(String...)
andCommandLine.getExecutionResult()
instead