Samples/dd.Crescendo.json

{
   "$schema": "https://aka.ms/Crescendo/Schema.json",
   "Commands": [
        {
            "Verb": "Invoke",
            "Noun": "DD",
            "OriginalName": "/bin/dd",
            "SupportsShouldProcess": true,
            "Parameters": [
                {
                    "Name": "Input",
                    "OriginalName": "if=",
                    "NoGap": true,
                    "ParameterType": "string"
                },
                {
                    "Name": "Output",
                    "OriginalName": "of=",
                    "NoGap": true,
                    "ParameterType": "string"
                }
            ]
        }
    ]
}