summaryrefslogtreecommitdiff
path: root/inc/cli.php
Commit message (Collapse)AuthorAge
* more phpdocs and minor checkGerrit Uitslag2014-10-01
|
* Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
| | | | | | many PHPDocs some unused variables some dynamically declared variables declared
* code reformatAndreas Gohr2014-05-16
|
* CLI: send messages to STDERRAndreas Gohr2014-03-22
|
* converted some more CLI tools, minor CLI class updatesAndreas Gohr2014-03-20
|
* removed superflous argumentAndreas Gohr2014-03-20
|
* fixed broken wordwrappingAndreas Gohr2014-03-20
|
* wrap help texts to fit typial terminal widthAndreas Gohr2014-03-19
|
* converted git tool to new CLI baseAndreas Gohr2014-03-19
|
* 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.