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 2e8b740 commit dcd9b19Copy full SHA for dcd9b19
1 file changed
PipeScript.ps1.psm1
@@ -102,4 +102,8 @@ Will not interactively transpile {$callingScriptBlock} ( because it would overwr
102
}
103
104
return
105
+}
106
+
107
+$MyInvocation.MyCommand.Module.OnRemove = {
108
+ $global:ExecutionContext.SessionState.InvokeCommand.CommandNotFoundAction = $null
109
0 commit comments