1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

add _l to module name

This commit is contained in:
Kelly Brazil
2021-04-12 13:15:12 -07:00
parent 37a3565a1b
commit aef54705f5

View File

@ -17,8 +17,8 @@ Usage (cli):
Usage (module):
import jc.parsers.dpkg
result = jc.parsers.dpkg.parse(dpkg_command_output)
import jc.parsers.dpkg_l
result = jc.parsers.dpkg_l.parse(dpkg_command_output)
Schema: