CommandLine.Model.ArgGroupSpec
, CommandLine.Model.OptionSpec
public static interface CommandLine.Model.IOrdered
Modifier and Type | Method | Description |
---|---|---|
int |
order() |
Returns the position in the options list in the usage help message at which this element should be shown.
|
int order()
CommandLine.Model.UsageMessageSpec.sortOptions()
is false
for this command.
For argument groups, this attribute is only honored for groups that have a heading
(or a headingKey
with a non-null
value).Copyright © 2017–2019. All rights reserved.