X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Cli.php;h=2169456ed6d913f6f48b5da577313db586361f8e;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=a1a3ecba68d2fedabc8203e88b40759401d7472d;hpb=05c306eef79bcb1564f3579e5032e48def7da475 diff --git a/Cli.php b/Cli.php index e69de29b..2169456e 100644 --- a/Cli.php +++ b/Cli.php @@ -0,0 +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