1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

formatting

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

View File

@ -21,25 +21,25 @@ Usage (module):
Schema:
{
"archive": string,
"size": integer,
"size_unit": string,
"number_entries": integer,
"number_files": integer,
"bytes_uncompressed": integer,
"bytes_compressed": integer,
"percent_compressed": float,
"archive": string,
"size": integer,
"size_unit": string,
"number_entries": integer,
"number_files": integer,
"bytes_uncompressed": integer,
"bytes_compressed": integer,
"percent_compressed": float,
"files": [
{
"flags": string,
"zipversion": string,
"zipunder": string
"filesize": integer,
"type": string,
"method": string,
"date": string,
"time": string,
"filename": string
"flags": string,
"zipversion": string,
"zipunder": string
"filesize": integer,
"type": string,
"method": string,
"date": string,
"time": string,
"filename": string
}
]
}
@ -82,9 +82,7 @@ class info():
description = '`zipinfo` command parser'
author = 'Matt J'
author_email = 'https://github.com/listuser'
# compatible options: linux
compatible = ['linux']
compatible = ['linux', 'darwin']
magic_commands = ['zipinfo']