Merge branch 'boolean_args' of https://github.com/Prinzhorn/CyberChef into Prinzhorn-boolean_args

This commit is contained in:
n1474335 2021-02-02 17:23:05 +00:00
commit 8d6b71bfaa
5 changed files with 27 additions and 15 deletions

View file

@ -38,7 +38,7 @@ class ExtractFiles extends Operation {
{
name: "Ignore failed extractions",
type: "boolean",
value: "true"
value: true
}
]);
}