There was an error while loading. Please reload this page.
1 parent 20234a1 commit 93d9cdfCopy full SHA for 93d9cdf
1 file changed
src/private/New-CommentBasedHelp.ps1
@@ -72,7 +72,7 @@
72
$FuncParams.ScriptParameters = $true
73
}
74
$AllParams = Get-FunctionParameter @FuncParams -Code $Codeblock | Sort-Object -Property FunctionName
75
- $AllFunctions = @($AllParams.FunctionName | Select -unique)
+ $AllFunctions = @($AllParams.FunctionName | Select-Object -unique)
76
77
foreach ($f in $AllFunctions) {
78
$OutCBH = @{}
0 commit comments