protected function getOptions()
 {
     return array_merge(parent::getOptions(), [['target', 'T', InputOption::VALUE_OPTIONAL, 'the file to save']]);
 }
 /**
  * Create a new command instance.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
 }
 protected function getOptions()
 {
     return array_merge(parent::getOptions(), [['target', 'T', InputOption::VALUE_OPTIONAL, 'the file to save'], ['force', null, InputOption::VALUE_NONE, 'force to update the table, if a permission exists.']]);
 }
 protected function getOptions()
 {
     return array_merge(parent::getOptions(), [['unique-tag', 'U', InputOption::VALUE_NONE, null]]);
 }