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 andautocompletion
functionality. -
-
Uses of CommandLine.Model.IOrdered in picocli
Classes in picocli that implement CommandLine.Model.IOrdered Modifier and Type Class Description static class
CommandLine.Model.ArgGroupSpec
TheArgGroupSpec
class models agroup
of arguments (options, positional parameters or a mixture of the two).static class
CommandLine.Model.OptionSpec
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.
-