/**
  * {@inheritdoc}
  */
 protected function getOptions()
 {
     $options = parent::getOptions();
     $options[] = ['guard', 'g', InputOption::VALUE_OPTIONAL, 'Generate request class that authorized by guard driver.'];
     return $options;
 }