PSReadLine icon indicating copy to clipboard operation
PSReadLine copied to clipboard

ShowParameterHelp: Remove the unnecessary "DESC: " prefix from the parameter description

Open mklement0 opened this issue 3 years ago • 0 comments

Prerequisites

  • [X] Write a descriptive title.

Description of the new feature/enhancement

When you invoke the ShowParameterHelp function (bound to Alt+h by default), the parameter description that prints is prefixed with DESC: (e.g., type Get-Item -Path and press Alt+h)

This prefix adds no useful information; I suggest removing it.

Proposed technical implementation details (optional)

No response

mklement0 avatar Nov 04 '22 02:11 mklement0