Uses of Interface
picocli.CommandLine.IParameterConsumer
Packages that use CommandLine.IParameterConsumer
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.IParameterConsumer in picocli
Methods in picocli that return CommandLine.IParameterConsumerModifier and TypeMethodDescriptionCommandLine.Model.ArgSpec.parameterConsumer()
Returns a customIParameterConsumer
to temporarily suspend picocli's parsing logic and process one or more command line arguments in a custom manner, ornull
.