Skip to content

Commit

Permalink
Merge pull request #10 from shaedrich/patch-9
Browse files Browse the repository at this point in the history
Add related to extract()
  • Loading branch information
shaedrich authored Oct 24, 2017
2 parents cb7df73 + c48aba7 commit bba424b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/en/extract.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "function",
"syntax": "extract(format, source, target)",
"returns": "boolean",
"related": ["compress"],
"related": ["compress","cfzip"],
"description": "Extract the data of a compressed file.",
"params": [
{"name": "format", "description": "The format of the compressed file.", "required": true, "default": "", "type": "string", "values": ["bzip", "bzip2", "tbz", "tbz2", "tar", "tar.bz", "tar.gz", "gzip", "tgz", "zip"]},
Expand All @@ -29,4 +29,4 @@
}
],
"links": []
}
}

0 comments on commit bba424b

Please sign in to comment.