X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Cli.php;h=2169456ed6d913f6f48b5da577313db586361f8e;hb=2667e5de2255d3c16b10f3d5a9d8af0718ab8e79;hp=701b5efe3ca6e99d3fca9c53510d32d0ccd2f77d;hpb=7d93ffdde71f25b8e6fd93a9bfa9f30087aa00d5;p=Pman.Core diff --git a/Cli.php b/Cli.php index 701b5efe..2169456e 100644 --- a/Cli.php +++ b/Cli.php @@ -1,42 +1,31 @@ cli) { + die("CLI ONLY"); + } } + function get($v, $opts = Array()) + { + die("this is only used as a base class for Cli based commands - extend to use."); + } + + function output() + { + die("CLI - output exit\n"); + } } \ No newline at end of file