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

Update high-level API docs

This commit is contained in:
Kelly Brazil
2022-01-18 15:38:03 -08:00
parent 2c42baf3a4
commit 302bf72e72
138 changed files with 718 additions and 6 deletions

View File

@ -16,6 +16,11 @@ Usage (cli):
Usage (module):
import jc
result = jc.parse('traceroute', traceroute_command_output)
or
import jc.parsers.traceroute
result = jc.parsers.traceroute.parse(traceroute_command_output)