1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

add zipinfo parser

This commit is contained in:
Kelly Brazil
2021-12-21 08:13:17 -08:00
parent ed4a9dc1d4
commit ff78a46c48

View File

@ -125,7 +125,8 @@ parsers = [
'wc',
'who',
'xml',
'yaml'
'yaml',
'zipinfo'
]
JC_ERROR_EXIT = 100