Platformsh\Cli\Command\Domain\DomainDeleteCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('domain:delete')->setDescription('Delete a domain from the project')->addArgument('name', InputArgument::REQUIRED, 'The domain name');
        $this->addProjectOption()->addNoWaitOption();
        $this->addExample('Delete the domain example.com', 'example.com');
    }
DomainDeleteCommand