HTML/FlexyFramework/Cli.php
authorAlan Knowles <alan@roojs.com>
Thu, 25 Oct 2018 04:10:31 +0000 (12:10 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 25 Oct 2018 04:10:31 +0000 (12:10 +0800)
HTML/FlexyFramework/Cli.php

index 2d995ec..14dd7f8 100644 (file)
@@ -302,7 +302,8 @@ Available commands:
         $val = self::$cli_opts;
         
         $newargs = Console_Getargs::factory($val, $ar);
-        print_r($newargs);
+        
+        
         if (is_a($newargs, 'PEAR_Error')) {
             list($optional, $required, $params) = Console_Getargs::getOptionalRequired($val);