PowerShell / platyPS

Write PowerShell External Help in Markdown
MIT License
766 stars 149 forks source link

Remove the HelpUri parameter from New-MarkdownModuleFile & Update-MarkdownModuleFile #670

Open sdwheeler opened 3 weeks ago

sdwheeler commented 3 weeks ago

Summary of the new feature / enhancement

The -HelpUri parameter is used to set the value of the HelpUri for a CommandHelp object. It doesn't apply to a Module. Modules use the -HelpInfoUri parameter.

These cmdlets in PlatyPS build https://github.com/PowerShell/platyPS/commit/27d5ffe4090f146b64c7d91453d6683c68c8ee53 have this parameter.

Proposed technical implementation details (optional)

No response