PSReadLine
PSReadLine copied to clipboard
`ShowParameterHelp` Doesn't Show `[Type]` Between Angle Brackets
Prerequisites
- [x] Write a descriptive title.
- [x] Make sure you are able to repro it on the latest released version
- [x] Search the existing issues, especially the pinned issues.
Exception report
N/A
Screenshot
Environment data
PS Version: 7.5.4
PS HostName: ConsoleHost
PSReadLine Version: 2.4.5
PSReadLine EditMode: Windows
OS: 10.0.22621.1 (WinBuild.160101.0800)
BufferWidth: 282
BufferHeight: 69
Steps to reproduce
Use ShowParameterHelp on "core" cmdlet parameter like Get-Process. Other non core modules appear to function correctly like Install-PSResource ProcessEx.
Expected behavior
Should show [type] between angle brackets.
Actual behavior
[type] is empty between the angle brackets.