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

doc update

This commit is contained in:
Kelly Brazil
2021-05-10 10:13:52 -07:00
parent 48e534fa03
commit 8ab08a5231
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,9 @@
# jc.parsers.dig
jc - JSON CLI output utility `dig` command output parser
The `+noall +answer` options are supported in cases where only the answer information is desired.
Options supported:
- `+noall +answer` options are supported in cases where only the answer information is desired.
- `+axfr` option is supported on its own
The `when_epoch` calculated timestamp field is naive (i.e. based on the local time of the system the parser is run on)

View File

@ -1,6 +1,8 @@
"""jc - JSON CLI output utility `dig` command output parser
The `+noall +answer` options are supported in cases where only the answer information is desired.
Options supported:
- `+noall +answer` options are supported in cases where only the answer information is desired.
- `+axfr` option is supported on its own
The `when_epoch` calculated timestamp field is naive (i.e. based on the local time of the system the parser is run on)