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

change windows command prompt in docs

This commit is contained in:
Kelly Brazil
2022-05-27 08:54:37 -07:00
parent 15e3a511b6
commit b6557802f4
3 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@ time of the system the parser is run on)
Usage (cli): Usage (cli):
C:> dir | jc --dir C:\> dir | jc --dir
Usage (module): Usage (module):
@ -42,7 +42,7 @@ Schema:
Examples: Examples:
C:> dir | jc --dir -p C:\> dir | jc --dir -p
[ [
{ {
"date": "03/24/2021", "date": "03/24/2021",
@ -83,7 +83,7 @@ Examples:
... ...
] ]
C:> dir | jc --dir -p -r C:\> dir | jc --dir -p -r
[ [
{ {
"date": "03/24/2021", "date": "03/24/2021",

View File

@ -14,7 +14,7 @@ time of the system the parser is run on)
Usage (cli): Usage (cli):
C:> dir | jc --dir C:\> dir | jc --dir
Usage (module): Usage (module):
@ -37,7 +37,7 @@ Schema:
Examples: Examples:
C:> dir | jc --dir -p C:\> dir | jc --dir -p
[ [
{ {
"date": "03/24/2021", "date": "03/24/2021",
@ -78,7 +78,7 @@ Examples:
... ...
] ]
C:> dir | jc --dir -p -r C:\> dir | jc --dir -p -r
[ [
{ {
"date": "03/24/2021", "date": "03/24/2021",

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-05-26 1.20.0 "JSON Convert" .TH jc 1 2022-05-27 1.20.0 "JSON Convert"
.SH NAME .SH NAME
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools and file-types \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS .SH SYNOPSIS