mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
formatting
This commit is contained in:
@ -21,25 +21,25 @@ Usage (module):
|
|||||||
Schema:
|
Schema:
|
||||||
|
|
||||||
{
|
{
|
||||||
"archive": string,
|
"archive": string,
|
||||||
"size": integer,
|
"size": integer,
|
||||||
"size_unit": string,
|
"size_unit": string,
|
||||||
"number_entries": integer,
|
"number_entries": integer,
|
||||||
"number_files": integer,
|
"number_files": integer,
|
||||||
"bytes_uncompressed": integer,
|
"bytes_uncompressed": integer,
|
||||||
"bytes_compressed": integer,
|
"bytes_compressed": integer,
|
||||||
"percent_compressed": float,
|
"percent_compressed": float,
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"flags": string,
|
"flags": string,
|
||||||
"zipversion": string,
|
"zipversion": string,
|
||||||
"zipunder": string
|
"zipunder": string
|
||||||
"filesize": integer,
|
"filesize": integer,
|
||||||
"type": string,
|
"type": string,
|
||||||
"method": string,
|
"method": string,
|
||||||
"date": string,
|
"date": string,
|
||||||
"time": string,
|
"time": string,
|
||||||
"filename": string
|
"filename": string
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -82,9 +82,7 @@ class info():
|
|||||||
description = '`zipinfo` command parser'
|
description = '`zipinfo` command parser'
|
||||||
author = 'Matt J'
|
author = 'Matt J'
|
||||||
author_email = 'https://github.com/listuser'
|
author_email = 'https://github.com/listuser'
|
||||||
|
compatible = ['linux', 'darwin']
|
||||||
# compatible options: linux
|
|
||||||
compatible = ['linux']
|
|
||||||
magic_commands = ['zipinfo']
|
magic_commands = ['zipinfo']
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user