1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00

Merge pull request #119 from kellyjonbrazil/dpkg_l-fix

add _l to module name
This commit is contained in:
Kelly Brazil
2021-04-12 13:15:40 -07:00
committed by GitHub
+2 -2
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: