From 4834bc88e45beddcee6903691a483e59b10e19f7 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 1 Mar 2020 15:01:29 +0100 Subject: Adapt flag forwarding to new runtime flags Signed-off-by: Matthias Beyer --- bin/core/imag/src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/core/imag/src/main.rs b/bin/core/imag/src/main.rs index d08f2191..ae61e985 100644 --- a/bin/core/imag/src/main.rs +++ b/bin/core/imag/src/main.rs @@ -360,6 +360,7 @@ fn forward_commandline_arguments(m: &ArgMatches, scmd: &mut Vec) { push(Some("rtp"), "runtimepath", m , scmd); push(Some("store"), "storepath", m , scmd); push(Some("editor"), "editor", m , scmd); - push(Some("ignore-ids"), "ignore-ids", m , scmd); + push(Some("pipe-input"), "pipe-input", m , scmd); + push(Some("pipe-output"), "pipe-output", m , scmd); } -- cgit v1.2.3