Uses of Class
picocli.CommandLine.ParseResult.GroupMatch
Packages that use CommandLine.ParseResult.GroupMatch
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion functionality.-
Uses of CommandLine.ParseResult.GroupMatch in picocli
Methods in picocli that return types with arguments of type CommandLine.ParseResult.GroupMatchModifier and TypeMethodDescriptionCommandLine.ParseResult.getGroupMatches()Returns the top-level container for theArgGroupSpecmatch or matches found.CommandLine.ParseResult.GroupMatchContainer.matches()Returns the list ofGroupMatchinstances:ArgGroupSpecs with a multiplicity greater than one may be matched multiple times.