From 7060a311080ba1e01fa81bcb6d73bef648ddeb38 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 27 Oct 2012 21:17:47 +0800 Subject: [PATCH] Cli.php --- Cli.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2