From: Alan Knowles Date: Sat, 27 Oct 2012 13:17:47 +0000 (+0800) Subject: Cli.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7060a311080ba1e01fa81bcb6d73bef648ddeb38 Cli.php --- diff --git a/Cli.php b/Cli.php index 49b0867b..d70b85fe 100644 --- a/Cli.php +++ b/Cli.php @@ -24,5 +24,8 @@ class Pman_Core_Cli extends Pman die("this is only used as a base class for Cli based commands - extend to use."); } - + function output() + { + die("CLI - output exit") + } } \ No newline at end of file