mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Rename to runTar, runUntar, displayFilesAsHTML
This commit is contained in:
parent
e809deb914
commit
6f077a9c50
3 changed files with 6 additions and 7 deletions
|
@ -2996,7 +2996,7 @@ var OperationConfig = {
|
|||
},
|
||||
"Tar": {
|
||||
description: "Packs the input into a tarball.<br><br>No support for multiple files at this time.",
|
||||
run: Compress.tar,
|
||||
run: Compress.runTar,
|
||||
inputType: "byteArray",
|
||||
outputType: "byteArray",
|
||||
args: [
|
||||
|
@ -3009,7 +3009,7 @@ var OperationConfig = {
|
|||
},
|
||||
"Untar": {
|
||||
description: "Unpacks a tarball and displays it per file.",
|
||||
run: Compress.untar,
|
||||
run: Compress.runUntar,
|
||||
inputType: "byteArray",
|
||||
outputType: "html",
|
||||
args: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue