Beispiel #1
0
 /**
  * Get the console command options.
  *
  * @return array
  */
 protected function getOptions()
 {
     return array_merge(parent::getOptions(), [['no-interaction', 'n', InputOption::VALUE_NONE, 'Do not ask any interactive question.']]);
 }
Beispiel #2
0
 /**
  * Get the console command options.
  *
  * @return array
  */
 protected function getOptions()
 {
     return array_merge(parent::getOptions(), [['data-only', null, InputOption::VALUE_NONE, 'Will dump only the data.']]);
 }