Platformsh\Cli\Command\Tunnel\TunnelListCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('tunnel:list')->setAliases(['tunnels'])->setDescription('List SSH tunnels')->addOption('all', 'a', InputOption::VALUE_NONE, 'View all tunnels');
        $this->addProjectOption();
        $this->addEnvironmentOption();
        $this->addAppOption();
        Table::addFormatOption($this->getDefinition());
    }
TunnelListCommand