We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd71dee commit 1975db6Copy full SHA for 1975db6
Commands/Write-EZFormatFile.ps1
@@ -91,7 +91,7 @@ if ($types) {
91
$MyModuleIsLoaded = Get-Module $MyModuleName
92
if ($MyModuleIsLoaded) {
93
$myCommandTypesFilePath = Join-Path $destinationRoot "$myModuleName.commands.types.ps1xml"
94
- Import-TypeView -Commands @($MyModuleIsLoaded.ExportedFunctions.Values) | Out-TypeData -OutputPath $myCommandTypesFilePath
+ Import-TypeView -Commands @($MyModuleIsLoaded.ExportedFunctions.Values) -Namespace $myModuleName | Out-TypeData -OutputPath $myCommandTypesFilePath
95
}
96
Pop-Location
97
'@
0 commit comments