Uses of Interface
picocli.CommandLine.Model.IOrdered
Packages that use CommandLine.Model.IOrdered
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.Model.IOrdered in picocli
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.