PowerShell / PowerShellGet

This module provide functions used with PowerShellGet v3 to provide compatibility with scripts expecting PowerShellGet v2
MIT License
49 stars 13 forks source link

Remove help forwarding #63

Open marcinsmialek opened 5 months ago

marcinsmialek commented 5 months ago

PR Summary

Removed ForwardHelpTargetName and ForwardHelpCategory.
They were already matching functions' names making Get-Help throw exceptions

PR Context

PR addresses issue #62