1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

formatting

This commit is contained in:
Kelly Brazil
2020-08-06 13:00:33 -07:00
parent 8abff004cd
commit e2f06ccb33
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ jc - JSON CLI output utility `XML` file parser
Usage (cli):
$ cat foo.xml| jc --xml
$ cat foo.xml | jc --xml
Usage (module):

View File

@ -4,7 +4,7 @@ jc - JSON CLI output utility `YAML` file parser
Usage (cli):
$ cat foo.yaml| jc --yaml
$ cat foo.yaml | jc --yaml
Usage (module):

View File

@ -2,7 +2,7 @@
Usage (cli):
$ cat foo.xml| jc --xml
$ cat foo.xml | jc --xml
Usage (module):

View File

@ -2,7 +2,7 @@
Usage (cli):
$ cat foo.yaml| jc --yaml
$ cat foo.yaml | jc --yaml
Usage (module):