Samples/ifconfig.Crescendo.json
{
"$schema": "../src/Microsoft.PowerShell.Crescendo.Schema.json", "Verb": "Invoke", "Noun": "ifconfig", "Description": "This is a description of the proxy", "OriginalName": "ifconfig", "Usage": { "Synopsis": "Run invoke-ifconfig" }, "Parameters": [ { "Name": "Interface", "OriginalName": "", "Description": "This is the description for a parameter", "ParameterType": "string", "DefaultValue": "" } ] } |