Fork me on GitHub
download sources zip download sources tar

Command Me

Inversion of Control for command line

CommandMe is simple command line parsing library written in Java. One can think of it as of implementation of "inversion of control" pattern for command line. You don't need to take care of command line parsing and setting values, everything is done for you. Automagically.

Documentation

Project's wiki can be reached at this page

Authors

Dmitry Sidorenko (rustydragon (@) gmail.com)

Download

You can download this project source code in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/ushkinaz/command-me