From 11eea4d1d25c0a56ba7588b7691e80cf96acd69c Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 20 Dec 2019 21:23:51 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d4861ad..f904be78 100644 --- a/README.md +++ b/README.md @@ -229,10 +229,10 @@ The following table illustrates the combination of options for commands of the f | Input | Input flags | Output flag | `` | Output | |----------------|-------------|-------------|---------------|----------| -| `{:a 1}` | | | `{:a 1}` | `{:a 1}` | +| `{:a 1}`
`{:a 2}` | | | `{:a 1}` | `{:a 1}` | | hello
bye | `-i` | | `("hello" "bye")` | `("hello" "bye")` | | hello
bye | `-i` | `-o` | `("hello" "bye")` | hello
bye | -| `{:a 1} {:a 2}` | `-I` | | `({:a 1} {:a 2})` | `({:a 1} {:a 2})` | +| `{:a 1}`
`{:a 2}` | `-I` | | `({:a 1} {:a 2})` | `({:a 1} {:a 2})` | | `{:a 1}`
`{:a 2}` | `-I` | `-O` | `({:a 1} {:a 2})` | `{:a 1}`
`{:a 2}` | When combined with the `--stream` option, the script is executed for each value in the input: