Cli.php
authorAlan Knowles <alan@akbkhome.com>
Sat, 27 Oct 2012 13:17:47 +0000 (21:17 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 27 Oct 2012 13:17:47 +0000 (21:17 +0800)
Cli.php

diff --git a/Cli.php b/Cli.php
index 49b0867..d70b85f 100644 (file)
--- 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