We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d023518 commit e9683c1Copy full SHA for e9683c1
tools/GenerateHelp.ps1
@@ -70,7 +70,7 @@ if ($ValidateMarkdownHelp)
70
$Exceptions = Import-Csv "$NewExceptionsPath\ValidateHelpIssues.csv"
71
if (($Exceptions | Measure-Object).Count -gt 0)
72
{
73
- $Exceptions | ft
+ $Exceptions | Format-List
74
throw "A markdown file containing the help for a cmdlet is incomplete. Please check the exceptions provided for more details."
75
}
76
else
0 commit comments