1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +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
+1 -1
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",
BIN
View File
Binary file not shown.
+1 -1
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",
+1 -1
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
BIN
View File
Binary file not shown.