Platformsh\Cli\Command\Db\DbSizeCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('db:size')->setDescription('Estimate the disk usage of a database')->setHelp("This command provides an estimate of the database's disk usage. It is not guaranteed to be reliable.");
        $this->addProjectOption()->addEnvironmentOption()->addAppOption();
        Table::addFormatOption($this->getDefinition());
    }