N98\Magento\Command\Database\ConsoleCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('db:console')->setAliases(array('mysql-client'))->addOption('use-mycli-instead-of-mysql', null, InputOption::VALUE_NONE, 'Use `mycli` as the MySQL client instead of `mysql`')->setDescription('Opens mysql client by database config from local.xml');
    }
ConsoleCommand