Add argument forwarding for --ignore-ids
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
3fbfb19419
commit
4c0baa58f4
1 changed files with 3 additions and 0 deletions
|
@ -419,6 +419,9 @@ fn forward_commandline_arguments(m: &ArgMatches, scmd: &mut Vec<String>) {
|
||||||
push(Some("editor"),
|
push(Some("editor"),
|
||||||
Runtime::arg_editor_name(), m , scmd);
|
Runtime::arg_editor_name(), m , scmd);
|
||||||
|
|
||||||
|
push(Some("ignore-ids"),
|
||||||
|
Runtime::arg_ignore_ids_name(), m , scmd);
|
||||||
|
|
||||||
push(None , Runtime::arg_logdest_name() , m , scmd);
|
push(None , Runtime::arg_logdest_name() , m , scmd);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue