PowerShell / platyPS

Write PowerShell External Help in Markdown
MIT License
775 stars 151 forks source link

A way to suppress parameter types #604

Closed RickRockhold closed 5 months ago

RickRockhold commented 1 year ago

Summary of the new feature / enhancement

If a cmdlet exposes a SwitchParameter, this type is included in the final XML help:

-Force

This is confusing to the user ("SwitchParameter" is a programming concern), and other built-in commands don't show type names at all for SwitchParameter.

Proposed technical implementation details (optional)

No response

sdwheeler commented 12 months ago

Can you show an example of what you are talking about?

sdwheeler commented 5 months ago

This is by design.