/** * 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.']]); }
/** * 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.']]); }