diff -r ffc7b0757e23 -r dccbfd273a5a src/relpipe-tr-guile.cpp --- a/src/relpipe-tr-guile.cpp Mon Apr 08 13:37:21 2019 +0200 +++ b/src/relpipe-tr-guile.cpp Wed May 01 22:17:42 2019 +0200 @@ -50,7 +50,7 @@ Configuration configuration = cliParser.parse(cli.arguments()); std::shared_ptr reader(reader::Factory::create(std::cin)); std::shared_ptr writer(writer::Factory::create(std::cout)); - GuileHandler handler(writer.get(), configuration, cli.arguments()); + GuileHandler handler(writer.get(), configuration); reader->addHandler(&handler); reader->process();