summaryrefslogtreecommitdiff
path: root/_test/tests/inc/cli_options.test.php
Commit message (Collapse)AuthorAge
* fixed testsAndreas Gohr2014-03-20
|
* completely new base for CLI scriptsAndreas Gohr2014-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.