Update README.md
This commit is contained in:
parent
ae32f6e074
commit
11eea4d1d2
1 changed files with 2 additions and 2 deletions
|
|
@ -229,10 +229,10 @@ The following table illustrates the combination of options for commands of the f
|
||||||
|
|
||||||
| Input | Input flags | Output flag | `<input>` | Output |
|
| Input | Input flags | Output flag | `<input>` | Output |
|
||||||
|----------------|-------------|-------------|---------------|----------|
|
|----------------|-------------|-------------|---------------|----------|
|
||||||
| `{:a 1}` | | | `{:a 1}` | `{:a 1}` |
|
| `{:a 1}` <br> `{:a 2}` | | | `{:a 1}` | `{:a 1}` |
|
||||||
| hello <br> bye | `-i` | | `("hello" "bye")` | `("hello" "bye")` |
|
| hello <br> bye | `-i` | | `("hello" "bye")` | `("hello" "bye")` |
|
||||||
| hello <br> bye | `-i` | `-o` | `("hello" "bye")` | hello <br> bye |
|
| hello <br> bye | `-i` | `-o` | `("hello" "bye")` | hello <br> bye |
|
||||||
| `{:a 1} {:a 2}` | `-I` | | `({:a 1} {:a 2})` | `({:a 1} {:a 2})` |
|
| `{:a 1}` <br> `{:a 2}` | `-I` | | `({:a 1} {:a 2})` | `({:a 1} {:a 2})` |
|
||||||
| `{:a 1}` <br> `{:a 2}` | `-I` | `-O` | `({:a 1} {:a 2})` | `{:a 1}` <br> `{:a 2}` |
|
| `{:a 1}` <br> `{:a 2}` | `-I` | `-O` | `({:a 1} {:a 2})` | `{:a 1}` <br> `{:a 2}` |
|
||||||
|
|
||||||
When combined with the `--stream` option, the script is executed for each value in the input:
|
When combined with the `--stream` option, the script is executed for each value in the input:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue