Uses of Interface
picocli.CommandLine.Model.IOrdered
-
Packages that use CommandLine.Model.IOrdered Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletionfunctionality. -
-
Uses of CommandLine.Model.IOrdered in picocli
Classes in picocli that implement CommandLine.Model.IOrdered Modifier and Type Class Description static classCommandLine.Model.ArgGroupSpecTheArgGroupSpecclass models agroupof arguments (options, positional parameters or a mixture of the two).static classCommandLine.Model.OptionSpecTheOptionSpecclass 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.
-