From 3545c97ad14ccf1c167b66b01d375b0b1de80c6e Mon Sep 17 00:00:00 2001 From: TobiasNx Date: Thu, 27 Mar 2025 11:00:30 +0100 Subject: [PATCH] Add open-stdin to flux-commands.properties #574 --- metafacture-io/src/main/resources/flux-commands.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/metafacture-io/src/main/resources/flux-commands.properties b/metafacture-io/src/main/resources/flux-commands.properties index 39540d47e..c9348185b 100644 --- a/metafacture-io/src/main/resources/flux-commands.properties +++ b/metafacture-io/src/main/resources/flux-commands.properties @@ -22,3 +22,4 @@ write org.metafacture.io.ObjectWriter as-records org.metafacture.io.RecordReader open-resource org.metafacture.io.ResourceOpener open-tar org.metafacture.io.TarReader +open-stdin org.metafacture.io.StdInOpener