Samples/dd.Crescendo.json
{
"$schema": "https://aka.ms/PowerShell/Crescendo/Schemas/2021-11", "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" } ] } ] } |