protected function configure() { parent::configure(); $this->addArgument('version', InputArgument::OPTIONAL, 'The version to migrate to.')->addOption('force', 'f', InputOption::VALUE_NONE, 'Log each migration as successful even if it fails.'); }
protected function configure() { parent::configure(); $this->addOption('force', 'f', InputOption::VALUE_NONE, 'Log each migration as successful even if it fails.'); }