platyPS icon indicating copy to clipboard operation
platyPS copied to clipboard

A way to suppress parameter types

Open RickRockhold opened this issue 2 years ago • 1 comments

Summary of the new feature / enhancement

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

-Force <SwitchParameter>

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

RickRockhold avatar Aug 20 '23 03:08 RickRockhold

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

sdwheeler avatar Nov 02 '23 21:11 sdwheeler