Clad

From NovaOrdis Knowledge Base
Revision as of 21:48, 21 January 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Overview

Command-Line Application Development (clad) is a collection of Java classes providing functionality that can be used to build command line tools. It includes support for:

  • command-oriented CLI
  • command-line and persistent configuration
  • hierarchical in-line help
  • logging and error message handling support
  • version and release date mechanism
  • standard release tools

GitHub