// initialize the command with the required/optional options
43
$this->setName(CommandNames::IMPORT_EXECUTE)
44
->setDescription('Executes the operations passed as argument')
45
->addArgument(InputArgumentKeysInterface::OPERATION_NAMES, InputArgument::IS_ARRAY|InputArgument::OPTIONAL, 'The operation(s) that has to be executed');