diff --git a/jc/cli.py b/jc/cli.py index 88fc4001..92230238 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -125,7 +125,8 @@ parsers = [ 'wc', 'who', 'xml', - 'yaml' + 'yaml', + 'zipinfo' ] JC_ERROR_EXIT = 100