mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
doc update
This commit is contained in:
@ -45,6 +45,9 @@ For example:
|
|||||||
|
|
||||||
etc...
|
etc...
|
||||||
|
|
||||||
|
Headers (keys) are converted to snake-case. All values are returned as
|
||||||
|
strings, except empty strings, which are converted to None/null.
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
$ cat table.txt | jc --asciitable
|
$ cat table.txt | jc --asciitable
|
||||||
|
@ -26,7 +26,8 @@ Cells with multiple lines within rows will be joined with a newline
|
|||||||
character ('\n').
|
character ('\n').
|
||||||
|
|
||||||
Headers (keys) are converted to snake-case and newlines between multi-line
|
Headers (keys) are converted to snake-case and newlines between multi-line
|
||||||
headers are joined with an underscore. All values are returned as strings.
|
headers are joined with an underscore. All values are returned as strings,
|
||||||
|
except empty strings, which are converted to None/null.
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
|
@ -40,6 +40,9 @@ For example:
|
|||||||
|
|
||||||
etc...
|
etc...
|
||||||
|
|
||||||
|
Headers (keys) are converted to snake-case. All values are returned as
|
||||||
|
strings, except empty strings, which are converted to None/null.
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
$ cat table.txt | jc --asciitable
|
$ cat table.txt | jc --asciitable
|
||||||
|
@ -21,7 +21,8 @@ Cells with multiple lines within rows will be joined with a newline
|
|||||||
character ('\n').
|
character ('\n').
|
||||||
|
|
||||||
Headers (keys) are converted to snake-case and newlines between multi-line
|
Headers (keys) are converted to snake-case and newlines between multi-line
|
||||||
headers are joined with an underscore. All values are returned as strings.
|
headers are joined with an underscore. All values are returned as strings,
|
||||||
|
except empty strings, which are converted to None/null.
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user