Uses of Class
picocli.CommandLine.AbbreviationMatcher.MatchResult
-
Uses of CommandLine.AbbreviationMatcher.MatchResult in picocli
Methods in picocli that return CommandLine.AbbreviationMatcher.MatchResultModifier and TypeMethodDescriptionstatic <T> CommandLine.AbbreviationMatcher.MatchResult
<T> CommandLine.AbbreviationMatcher.match
(Map<String, T> map, String abbreviation, boolean caseInsensitive, CommandLine source) Returns the non-abbreviated name if found, otherwise returns the specified original abbreviation name.