1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-03-22 13:21:10 -07:00
parent 82a63fe159
commit 720480e39c
4 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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):

View File

@ -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

View File

@ -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):