1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +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

View File

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