Uses of Interface
picocli.CommandLine.IHelpFactory
Packages that use CommandLine.IHelpFactory
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion functionality.-
Uses of CommandLine.IHelpFactory in picocli
Methods in picocli that return CommandLine.IHelpFactoryModifier and TypeMethodDescriptionCommandLine.getHelpFactory()Returns theIHelpFactorythat is used to construct the usage help message.CommandLine.Model.UsageMessageSpec.helpFactory()Returns theIHelpFactorythat is used to construct the usage help message.Methods in picocli with parameters of type CommandLine.IHelpFactoryModifier and TypeMethodDescriptionCommandLine.Model.UsageMessageSpec.helpFactory(CommandLine.IHelpFactory helpFactory) Sets a newIHelpFactoryto customize the usage help message.CommandLine.setHelpFactory(CommandLine.IHelpFactory helpFactory) Sets a newIHelpFactoryto customize the usage help message.