mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-17 01:32:37 +02:00
doc update
This commit is contained in:
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user