platyPS
                                
                                 platyPS copied to clipboard
                                
                                    platyPS copied to clipboard
                            
                            
                            
                        A way to suppress parameter types
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
Can you show an example of what you are talking about?