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

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

protected configure ( )
    protected function configure()
    {
        $this->setName('subscription:info')->addArgument('property', InputArgument::OPTIONAL, 'The name of the property')->setDescription('Read subscription properties');
        PropertyFormatter::configureInput($this->getDefinition());
        Table::addFormatOption($this->getDefinition());
        $this->addProjectOption();
        $this->addExample('View all subscription properties')->addExample('View the subscription status', 'status')->addExample('View the storage limit (in MiB)', 'storage');
    }