fix Hiltes import

This commit is contained in:
Marko
2023-09-15 17:13:06 +02:00
parent 5bca054a32
commit 20a96ed78b
9 changed files with 11553 additions and 17854 deletions

View File

@@ -42,10 +42,7 @@ class HiltesImportCommand extends Command
}
protected function configure(): void
{
$this
->addArgument('arg1', InputArgument::OPTIONAL, 'Argument description')
->addOption('option1', null, InputOption::VALUE_NONE, 'Option description')
;
$this->addOption('delta', 'd', InputOption::VALUE_NONE, 'Delta Import');
}
protected function execute(InputInterface $input, OutputInterface $output): int