Module info.picocli
Package picocli

Class CommandLine.ParseResult.GroupMatch

  • Enclosing class:
    CommandLine.ParseResult

    public static class CommandLine.ParseResult.GroupMatch
    extends Object
    A group's multiplicity specifies how many matches of a group may appear on the command line. This class models a single "match". For example, this group: (-a -b) (-a -b) requires two matches of its arguments to fully match.
    Since:
    4.0