1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

readme update

This commit is contained in:
Kelly Brazil
2019-10-22 11:15:44 -07:00
parent c2c189f3e6
commit 73a0d70c92

View File

@ -59,7 +59,7 @@ jc [parser] [options]
`jc` accepts piped input from `STDIN` and outputs a JSON representation of the previous command's output to `STDOUT`. The JSON output can be compact or pretty formatted.
Parsers:
### Parsers
- `--df` enables the `df` parser
- `--env` enables the `env` parser
- `--free` enables the `free` parser
@ -69,7 +69,7 @@ Parsers:
- `--ps` enables the `ps` parser
- `--route` enables the `route` parser
Options:
### Options
- `-p` specifies whether to pretty format the JSON output
## Examples