Info file comparison plugin executes a Hermes’s Info File Comparison module

Arguments (args) are expected in the same format as described in the documentation about running an info file comparison.

Write arguments (writeArgs) have to be empty now. In future releases, it is planed to split them from args

Example:

{
    "pluginName" : "InfoFileComparison",
    "name": "TestName",
    "order" : 1,
    "args" : ["--new-path", "/input2/_INFO", "--ref-path", "/input2/_INFO", "--out-path", "/stdInfoDiff"],
    "writeArgs": []
}