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 de1041e commit 1c49006Copy full SHA for 1c49006
1 file changed
Irregular.HelpOut.ps1 Build/Irregular.HelpOut.ps1Irregular.HelpOut.ps1 renamed to Build/Irregular.HelpOut.ps1
@@ -1,3 +1,5 @@
1
+Push-Location ($PSScriptRoot | Split-Path)
2
+
3
$IrregularLoaded = Get-Module Irregular
4
if (-not $IrregularLoaded) {
5
$IrregularLoaded = Get-ChildItem -Recurse -Filter "*.psd1" |
@@ -12,3 +14,5 @@ if ($IrregularLoaded) {
12
14
if ($IrregularLoaded) {
13
15
Save-MarkdownHelp -Module $IrregularLoaded.Name -PassThru -SkipCommandType Alias
16
}
17
18
+Pop-Location
0 commit comments