Package picocli

Class CommandLine.Model.ArgGroupSpec

java.lang.Object
picocli.CommandLine.Model.ArgGroupSpec
All Implemented Interfaces:
CommandLine.Model.IOrdered
Enclosing class:
CommandLine.Model

public static class CommandLine.Model.ArgGroupSpec extends Object implements CommandLine.Model.IOrdered
The ArgGroupSpec class models a group of arguments (options, positional parameters or a mixture of the two).
Since:
4.0
See Also: