Uses of Interface
picocli.CommandLine.Model.IOrdered
-
Uses of CommandLine.Model.IOrdered in picocli
Classes in picocli with type parameters of type CommandLine.Model.IOrderedModifier and TypeClassDescription(package private) static class
Classes in picocli that implement CommandLine.Model.IOrderedModifier and TypeClassDescriptionstatic class
TheArgGroupSpec
class models agroup
of arguments (options, positional parameters or a mixture of the two).static class
TheOptionSpec
class models aspects of a named option of a command, including whether it is required or optional, the option parameters supported (or required) by the option, and attributes for the usage help message describing the option.