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

final doc update

This commit is contained in:
Kelly Brazil
2021-09-26 14:50:02 -07:00
parent c7bcb0947a
commit 77dcbc544d
3 changed files with 2 additions and 3 deletions

View File

@ -59,7 +59,7 @@ Module Example:
>>>
>>> import subprocess
>>> import jc.parsers.dig
>>>
>>>
>>> cmd_output = subprocess.check_output(['dig', 'example.com'], text=True)
>>> data = jc.parsers.dig.parse(cmd_output)
>>>