Artur Kyryliuk
Artur Kyryliuk
Use ```php $this->addCommandClass(\App\Command\Something::class, 'run', [self::OPT_REQUIRED => ['id', 'name']]); ``` if only some fields are required or ```php $this->addCommandClass(\App\Command\Something::class, 'run', [self::OPT_REQUIRED_ALL => true]); ``` if all of them are required for...
Required parameters works great with older CLI app call like described Missing required option: database Missing required option: user but $this->addCommandClass in new CLI app call with setters will not...
## Summarize this feature Add Commander One support so user will be able to launch terminal from the current directory opened by Commander One. ## Why should this feature be...
Hello! * Type: bug fix * Link to issue: https://github.com/phalcon/migrations/issues/139 **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the...