Open c22 opened 4 years ago
When given the input:
netsh int ip set interface $index metric= ($metric + 5)
You end up with:
netsh int ip Set-Variable interface $index metric= ($metric + 5)
Quick fix:
$psBeautify = Get-Module PowerShell-Beautifier $psBeautify.PrivateData.ValidCommandNames.Remove('set')
When given the input:
netsh int ip set interface $index metric= ($metric + 5)
You end up with:
netsh int ip Set-Variable interface $index metric= ($metric + 5)