{
"name": "unzip",
"description": "Extract compressed files in a ZIP archive",
"options": [
{
"names": [
"-l"
],
"description": "List the contents of a zip file without extracting",
"takes_arg": true,
"arg": {
"name": "file",
"template": "filepaths"
}
},
{
"names": [
"-c"
],
"takes_arg": true,
"arg": {
"name": "file",
"template": "filepaths"
}
},
{
"names": [
"-0"
],
"description": "Extract a zip file created in windows, containing files with non-ascii (chinese) filenames",
"takes_arg": true,
"arg": {
"name": "gbk"
}
},
{
"names": [
"-d"
],
"takes_arg": true,
"arg": {
"name": "destination",
"template": "folders"
}
}
],
"args": [
{
"name": "file",
"template": "filepaths"
}
]
}