HTML/FlexyFramework/Cli.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 22 Feb 2012 04:53:25 +0000 (12:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 22 Feb 2012 04:53:25 +0000 (12:53 +0800)
HTML/FlexyFramework/Cli.php

index c38ec81..049fd9e 100644 (file)
@@ -194,6 +194,8 @@ Available commands:
         if (empty($val)) {
             return false;
         }
+        $val = array_merge(self::$cli_opts, $val);
+        
         
         require_once 'Console/Getargs.php';
         $ar = $_SERVER['argv'];