Package picocli

Interface CommandLine.Model.IOrdered

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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.
    • Method Detail

      • order

        int order()
        Returns the position in the options list in the usage help message at which this element should be shown. Elements with a lower number are shown before elements with a higher number. For options, this attribute is only honored if 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).