Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed tests | Andreas Gohr | 2014-03-20 |
| | |||
* | completely new base for CLI scripts | Andreas Gohr | 2014-03-17 |
This introduces an abstract base class that command line tools need to inherit from. It provides a simple framework for registering accepted command line options and provides commonly needed things like help output and colored text. Existing CLI scripts still need to be converted. |