mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
ESM: Added new List<File> Dish type. Added present() method for displaying operation output in a nice way. Testing required.
This commit is contained in:
@@ -38,7 +38,7 @@ for (const opObj in Ops) {
|
||||
module: op.module,
|
||||
description: op.description,
|
||||
inputType: op.inputType,
|
||||
outputType: op.outputType,
|
||||
outputType: op.presentType,
|
||||
flowControl: op.flowControl,
|
||||
args: op.args
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user