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 cae0083 commit 5ddccc7Copy full SHA for 5ddccc7
PipeScript.HelpOut.ps1
@@ -11,6 +11,6 @@ if ($PipeScriptLoaded) {
11
"::error:: PipeScript not loaded" |Out-Host
12
}
13
14
-Save-MarkdownHelp -Module PipeScript -ReplaceScriptName '\.psx\.ps1$' -ReplaceScriptNameWith '-Transpiler' -SkipCommandType Alias -PassThru -IncludeTopic *.help.txt -IncludeExtension @() -ScriptPath 'Transpilers'
+Save-MarkdownHelp -Module PipeScript -ReplaceScriptName '\.psx\.ps1$' -ReplaceScriptNameWith '-Transpiler' -SkipCommandType Alias -PassThru -IncludeTopic *.help.txt -IncludeExtension @() -ScriptPath '\.psx\.ps1$'
15
16
Pop-Location
0 commit comments