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

fix kv example

This commit is contained in:
Kelly Brazil
2021-07-22 12:20:31 -07:00
parent 2bef4ed603
commit caabe60f84
5 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ Examples:
# but can be preserved with the -r argument
occupation:"Engineer"
$ cat keyvalue.txt | jc --ini -p
$ cat keyvalue.txt | jc --kv -p
{
"name": "John Doe",
"address": "555 California Drive",

Binary file not shown.

View File

@ -35,7 +35,7 @@ Examples:
# but can be preserved with the -r argument
occupation:"Engineer"
$ cat keyvalue.txt | jc --ini -p
$ cat keyvalue.txt | jc --kv -p
{
"name": "John Doe",
"address": "555 California Drive",

View File

@ -1,4 +1,4 @@
.TH jc 1 2021-07-20 1.16.0 "JSON CLI output utility"
.TH jc 1 2021-07-22 1.16.0 "JSON CLI output utility"
.SH NAME
jc \- JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS

Binary file not shown.