Uses of Interface
picocli.CommandLine.IExitCodeExceptionMapper
Packages that use CommandLine.IExitCodeExceptionMapper
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion functionality.-
Uses of CommandLine.IExitCodeExceptionMapper in picocli
Methods in picocli that return CommandLine.IExitCodeExceptionMapperModifier and TypeMethodDescriptionCommandLine.getExitCodeExceptionMapper()Returns the mapper that was set by the application to map from exceptions to exit codes, for use by theexecutemethod.Methods in picocli with parameters of type CommandLine.IExitCodeExceptionMapperModifier and TypeMethodDescriptionCommandLine.setExitCodeExceptionMapper(CommandLine.IExitCodeExceptionMapper exitCodeExceptionMapper) Sets the mapper used by theexecutemethod to map exceptions to exit codes.