Closed RickRockhold closed 5 months ago
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.
No response
Can you show an example of what you are talking about?
This is by design.
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