Devon Bagley
Devon Bagley
I would like to help. Can you provide a more detailed explanation of this feature?
Looks like that change was never merged, so we would have to create this functionality as a new layer over phalcon.
[PHP-X](https://github.com/swoole/PHP-X/tree/master/examples/gtk), [Zephir](https://github.com/phalcon/zephir)
@l-vo Please merge latest dev, and rerun checks.
PR #63 Closes this @nategood
Sorry for the late response. The commando instance contains the token values once they have been parsed by commando. you can use the ```parse``` function manually, or kick of the...
You can use the parse method, or move your try block around the the code where commando is being used, rather than where the command is being defined.
Right. If you don't explicitly run your Command, you can't catch the errors since validation wont happen until script termination. That is exactly how it works.
There was no implementation for handling callable arrays `[$object, "funcName"]`. Basically, the author wanted to call the function directly rather than use `call_user_func`. It would be a simple change to...
All of the options would be parsed again every time an option operator was called. The current library architecture does not allow for this without performance impact, I believe. You...