Platformsh\Cli\Command\Environment\EnvironmentActivateCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('environment:activate')->setDescription('Activate an environment')->addArgument('environment', InputArgument::IS_ARRAY, 'The environment(s) to activate');
        $this->addProjectOption()->addEnvironmentOption()->addNoWaitOption();
        $this->addExample('Activate the environments "develop" and "stage"', 'develop stage');
    }