Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-3597

Improve CliBuilder to support header info of Apache CLI HelpFormatter

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.7.2
    • None
    • None

    Description

      The Apache CLI HelpFormatter has a header argument
      {{
      printHelp(int width, String cmdLineSyntax, String header, Options options, String footer)
      }}
      to provide additional information after the command line usage string. Currently the CliBuilder.usage() method
      does not support this header info.

      Possible Solution:
      Add a new property 'header' to CliBuilder that is added to the printHelp()-call during usage()

      Attachments

        Activity

          People

            paulk Paul King
            mstockhammer Martin Stockhammer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: