1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-06 22:32:54 +02:00

add hosts parser

This commit is contained in:
Kelly Brazil
2019-11-14 22:04:59 -08:00
parent 4133585274
commit 8726de902e

View File

@ -3,6 +3,7 @@ jc changelog
201911xx v1.5.1 201911xx v1.5.1
- Add ss parser - Add ss parser
- Add stat parser - Add stat parser
- Add /etc/hosts parser
- Add -r and raw=True options. By default, jc will now convert numbers and boolean, if possible, and add other semantic information, while the raw output will keep all values as text and provide a more literal JSON output - Add -r and raw=True options. By default, jc will now convert numbers and boolean, if possible, and add other semantic information, while the raw output will keep all values as text and provide a more literal JSON output
- Add -q and quiet=True options to suppress warnings to stderr - Add -q and quiet=True options to suppress warnings to stderr
- Add -d option to debug parsing issues - Add -d option to debug parsing issues