Platformsh\Cli\Command\Tunnel\TunnelCloseCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('tunnel:close')->setDescription('Close SSH tunnels')->addOption('all', 'a', InputOption::VALUE_NONE, 'Close all tunnels');
        $this->addProjectOption();
        $this->addEnvironmentOption();
        $this->addAppOption();
    }
TunnelCloseCommand