Platformsh\Cli\Command\Domain\DomainGetCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('domain:get')->setDescription('Show detailed information for a domain')->addArgument('name', InputArgument::OPTIONAL, 'The domain name')->addOption('property', 'P', InputOption::VALUE_REQUIRED, 'The domain property to view');
        Table::addFormatOption($this->getDefinition());
        PropertyFormatter::configureInput($this->getDefinition());
        $this->addProjectOption();
    }
DomainGetCommand