N98\Magento\Command\Database\AbstractShowCommand::getVariableDescription PHP Method

getVariableDescription() protected method

Extend or modify this method to add descriptions to other variables
protected getVariableDescription ( array $row ) : array
$row array
return array
    protected function getVariableDescription(array $row)
    {
        $row[] = '';
        return $row;
    }