Deployer\Console\TaskCommand::configure PHP Метод

configure() защищенный Метод

Configures the command
protected configure ( )
    protected function configure()
    {
        $this->addOption('parallel', 'p', Option::VALUE_NONE, 'Run tasks in parallel.');
    }