src/relpipe-in-xmltable.cpp
branchv_0
changeset 2 0d3eb5129582
parent 1 7d6ac51c0d48
child 4 a0689654b3c2
--- a/src/relpipe-in-xmltable.cpp	Wed Jul 24 15:53:42 2019 +0200
+++ b/src/relpipe-in-xmltable.cpp	Wed Jul 24 21:29:56 2019 +0200
@@ -50,7 +50,7 @@
 		CLIParser cliParser;
 		Configuration configuration = cliParser.parse(cli.arguments());
 		XMLCommand command;
-		command.process(cin, cout);
+		command.process(cin, cout, configuration);
 		resultCode = CLI::EXIT_CODE_SUCCESS;
 	} catch (RelpipeWriterException& e) {
 		fwprintf(stderr, L"Caught Writer exception: %ls\n", e.getMessge().c_str());