Claudenw opened a new pull request, #314:
URL: https://github.com/apache/commons-cli/pull/314

   Fix for CLI-339
   
   Implementation of a commons client help production system.
   
   Creates a new package containing the classes used by commons-cli to produce 
the help output.
    In general there are 4 classes that users/developers may be interested in.
     
   
   -  HelpFormatter - the class used to produce the help output for most users.
   -  Serializer (final class name to be determined) - Writes the output in a 
specific output serialization format (e.g. text, XHTML, Markdown, etc.)
   -  OptionFormatter - Determines how to format the various data elements in 
an Option
   -  TableDef - Useful for developers who want to build custom option displays 
or use the help system to produce additional information in the help system
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to