/**
  * Get the console command options.
  *
  * @return array
  */
 public function getOptions()
 {
     return array_merge(parent::getOptions(), []);
 }