We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6737e81 commit e87a9edCopy full SHA for e87a9ed
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
+ Import-TypeView -Commands @($MyModuleIsLoaded.ExportedFunctions.Values) | Out-TypeData -OutputPath $myCommandTypesFilePath
95
}
96
Pop-Location
97
'@
0 commit comments