/**
  * {@inheritdoc}
  */
 protected function getOptions()
 {
     $parent = parent::getOptions();
     $parent[] = ['soft-deletes', 's', InputOption::VALUE_NONE, 'Generate model class with soft deletes.'];
     return $parent;
 }