Platformsh\Cli\Command\WebCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName('web')->setDescription('Open the Web UI');
        $this->addProjectOption()->addEnvironmentOption();
    }