Home
last modified time | relevance | path

Searched hist:"496 e3a6f34d97e44e44340c1fbd2d3cbc262c05c" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dload.php496e3a6f34d97e44e44340c1fbd2d3cbc262c05c Mon Mar 17 22:03:53 UTC 2014 Andreas Gohr <andi@splitbrain.org> completely new base for CLI scripts

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.