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

documentation update

This commit is contained in:
Kelly Brazil
2019-10-24 17:11:17 -07:00
parent 41cd489c34
commit 320929bf25

View File

@ -4,6 +4,7 @@ Usage:
specify --env as the first argument if the piped input is coming from env specify --env as the first argument if the piped input is coming from env
Example: Example:
$ env | jc --env -p $ env | jc --env -p
{ {
"TERM": "xterm-256color", "TERM": "xterm-256color",
@ -16,7 +17,6 @@ $ env | jc --env -p
"LOGNAME": "root", "LOGNAME": "root",
"_": "/usr/bin/env" "_": "/usr/bin/env"
} }
""" """