Uses of Interface
picocli.CommandLine.IModelTransformer
Packages that use CommandLine.IModelTransformer
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.IModelTransformer in picocli
Methods in picocli that return CommandLine.IModelTransformerModifier and TypeMethodDescriptionCommandLine.Model.CommandSpec.modelTransformer()
Returns the model transformer for this CommandSpec instance.Methods in picocli with parameters of type CommandLine.IModelTransformerModifier and TypeMethodDescriptionCommandLine.Model.CommandSpec.modelTransformer
(CommandLine.IModelTransformer modelTransformer) Sets the model transformer for this CommandSpec instance.