1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-03-22 12:42:07 -07:00
parent 9c1ec9940e
commit 82a63fe159
2 changed files with 6 additions and 8 deletions

View File

@ -41,7 +41,7 @@ For example:
foo bar baz foo bar baz
--------- -------- ------ --------- -------- ------
good day 12345 good day 12345
hi there abc def hi there abc def 3.14
etc... etc...
@ -86,12 +86,11 @@ Examples:
} }
] ]
$ echo ' $ echo '
> foo bar baz > foo bar baz
> --------- -------- ------ > --------- -------- ------
> good day 12345 > good day 12345
> hi there abc def' | jc --asciitable -p > hi there abc def 3.14' | jc --asciitable -p
[ [
{ {
"foo": "good day", "foo": "good day",
@ -101,7 +100,7 @@ Examples:
{ {
"foo": "hi there", "foo": "hi there",
"bar": "abc def", "bar": "abc def",
"baz": null "baz": "3.14"
} }
] ]

View File

@ -36,7 +36,7 @@ For example:
foo bar baz foo bar baz
--------- -------- ------ --------- -------- ------
good day 12345 good day 12345
hi there abc def hi there abc def 3.14
etc... etc...
@ -81,12 +81,11 @@ Examples:
} }
] ]
$ echo ' $ echo '
> foo bar baz > foo bar baz
> --------- -------- ------ > --------- -------- ------
> good day 12345 > good day 12345
> hi there abc def' | jc --asciitable -p > hi there abc def 3.14' | jc --asciitable -p
[ [
{ {
"foo": "good day", "foo": "good day",
@ -96,7 +95,7 @@ Examples:
{ {
"foo": "hi there", "foo": "hi there",
"bar": "abc def", "bar": "abc def",
"baz": null "baz": "3.14"
} }
] ]
""" """