Uploaded image for project: 'Commons CLI'
  1. Commons CLI
  2. CLI-78

[cli] Setting description of a Option

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Nightly Builds
    • 1.1
    • CLI-1.x
    • None
    • Operating System: other
      Platform: Other

    • 31151

    Description

      The description of an Option cannot be changed after it is created. A
      setDescription() function is desired.

      /**

      • Sets the self-documenting description of this Option
        *
      • @param description The description of this option
        */
        public void setDescription(String description) { this.description = description; }

      Attachments

        Activity

          People

            Unassigned Unassigned
            gawor@mcs.anl.gov Jarek Gawor
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: