Files
ImportExcel/mdHelp/buildHelp.ps1

4 lines
191 B
PowerShell

Import-Module platyPS
Get-ChildItem $PSScriptRoot -Directory | ForEach-Object {
New-ExternalHelp -Path $_.FullName -OutputPath (Join-Path $PSScriptRoot "..\$($_.Name)") -Force -Verbose
}