Cli.php
[Pman.Core] / 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