Closed SydneyhSmith closed 1 year ago
Check that parameters for -Path and -FilePath are correct (not necessarily, consistent, just correct)
Script to check: gcm -mod powershellget | % { gcm $_.Name -syn }
Consider adding -Path
as an alias
This is resolved now.
Summary of the new feature / enhancement
Cmdlet implementation is inconsistent regarding Path parameters. Make all cmdlets use Path. • The following cmdlets use -Path o Get-PSResource o Publish-PSResource o Save-PSResource o Update-ModuleManifest The following cmdlets use -FilePath o New-PSScriptFileInfo o Test-PSScriptFileInfo o Update-PSScriptFileInfo
Proposed technical implementation details (optional)
No response