PowerShell/platyPS

A way to suppress parameter types

RickRockhold opened this issue · 2 comments

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

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

This is by design.