1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 09:56:07 +03:00

Merge pull request #435 from wader/doc-fix-example-prompts

doc: Fix some incorrect example prompts
This commit is contained in:
Mattias Wadman 2022-09-27 13:53:24 +02:00 committed by GitHub
commit ac032faf3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -694,7 +694,7 @@ Elements are arrays of the shape `["#text": "body text", "attr_name", {key: "att
```sh
# decode as array
echo '<a><b/><b>bbb</b><c attr="value">ccc</c></a>' | fq -d xml -o array=true
$ echo '<a><b/><b>bbb</b><c attr="value">ccc</c></a>' | fq -d xml -o array=true
[
"a",
null,

View File

@ -78,7 +78,7 @@ Elements are arrays of the shape ["#text": "body text", "attr_name", {key: "attr
# decode as array
echo '<a><b/><b>bbb</b><c attr="value">ccc</c></a>' | fq -d xml -o array=true
$ echo '<a><b/><b>bbb</b><c attr="value">ccc</c></a>' | fq -d xml -o array=true
[
"a",
null,

View File

@ -60,7 +60,7 @@ Elements are arrays of the shape `["#text": "body text", "attr_name", {key: "att
```sh
# decode as array
echo '<a><b/><b>bbb</b><c attr="value">ccc</c></a>' | fq -d xml -o array=true
$ echo '<a><b/><b>bbb</b><c attr="value">ccc</c></a>' | fq -d xml -o array=true
[
"a",
null,