Package org.apache.commons.cli.help


package org.apache.commons.cli.help
The help production system.

This package contains the classes to produce help output. In general,, there are 4 classes that may interest users.

  • HelpFormatter - The class used to produce the help output for most users.
  • HelpAppendable - Writes the output in a specific output format. For example TextHelpAppendable for text, other classes for XHTML, Markdown, and so on.
  • OptionFormatter - Determines how to format the various data elements in an Option
  • TableDefinition - Useful for developers who want to build custom option displays or use the help system to produce additional information in the help system.
Since:
1.10.0