getOptions() public method

Get the console command options.
public getOptions ( ) : array
return array
 /**
  * Get the console command options.
  *
  * @return array
  */
 public function getOptions()
 {
     return array_merge(parent::getOptions(), []);
 }
 /**
  * Get the console command options.
  *
  * @return array
  */
 public function getOptions()
 {
     return array_merge(parent::getOptions(), [['paginate', null, InputOption::VALUE_REQUIRED, 'Pagination for index.blade.php']]);
 }