Example #1
0
 /**
  * configure
  *
  * @see Command
  */
 public function configure()
 {
     $this->setName('pomm:inspect:database')->setDescription('Show schemas in the current database.');
     parent::configure();
 }