Skip to content

Commit 42b2077

Browse files
🩹 [Patch]: Add debug flag to New-MarkdownCommandHelp for enhanced troubleshooting during documentation generation
1 parent a7c4cae commit 42b2077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/helpers/Build-PSModuleDocumentation.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
Import-Module -Name $ModuleName -Force -Verbose
5151
$moduleInfo = Get-Module $ModuleName
5252
Write-Host $moduleInfo
53-
$null = New-MarkdownCommandHelp -ModuleInfo $moduleInfo -OutputFolder $DocsOutputFolder -Force -Verbose
53+
$null = New-MarkdownCommandHelp -ModuleInfo $moduleInfo -OutputFolder $DocsOutputFolder -Force -Verbose -Debug
5454
Get-ChildItem -Path $DocsOutputFolder -Recurse -Force -Include '*.md' | ForEach-Object {
5555
$fileName = $_.Name
5656
Write-Host "::group:: - [$fileName]"

0 commit comments

Comments
 (0)