Skip to content

Commit

Permalink
chore: Moving Irregular.HelpOut into /Build ( Fixes #209 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Apr 16, 2024
1 parent de1041e commit 1c49006
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Irregular.HelpOut.ps1 → Build/Irregular.HelpOut.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Push-Location ($PSScriptRoot | Split-Path)

$IrregularLoaded = Get-Module Irregular
if (-not $IrregularLoaded) {
$IrregularLoaded = Get-ChildItem -Recurse -Filter "*.psd1" |
Expand All @@ -12,3 +14,5 @@ if ($IrregularLoaded) {
if ($IrregularLoaded) {
Save-MarkdownHelp -Module $IrregularLoaded.Name -PassThru -SkipCommandType Alias
}

Pop-Location

0 comments on commit 1c49006

Please sign in to comment.