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

index 4e5426b..429c52b 100644 (file)
@@ -260,7 +260,8 @@ Available commands:
             
             
             if ($newargs->getCode() === CONSOLE_GETARGS_ERROR_USER) {
-                
+                // since we do not handle all the arguemnts here...
+                // skip errors if we find unknown arguments.
                 if (preg_match('/^Unknown argument/', $newargs->getMessage())) {
                     return false;
                 }