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

index 67f4b77..2d995ec 100644 (file)
@@ -302,7 +302,7 @@ 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);