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

add parser docs link

This commit is contained in:
Kelly Brazil
2020-08-11 06:36:30 -07:00
parent e2f06ccb33
commit 0e4cf53b92
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ JC - JSON CLI output utility
This package serializes the output of many standard unix command line tools to JSON format.
For documentation on each parser, see https://github.com/kellyjonbrazil/jc/tree/master/docs/parsers.
CLI Example:
$ ls -l /usr/bin | jc --ls -p

View File

@ -4,6 +4,8 @@
This package serializes the output of many standard unix command line tools to JSON format.
For documentation on each parser, see https://github.com/kellyjonbrazil/jc/tree/master/docs/parsers.
CLI Example:
$ ls -l /usr/bin | jc --ls -p