gerardog/gsudo

Feature Request: `Invoke-gsudo` add help info for all input parameters

Opened this issue · 0 comments

Description

Invoke-gsudo has help info for some input parameters, but not all. In my example I wondered "what does -InputObject do? 🤔" but found no info on it.

ALT + H works with parameter -ScriptBlock:

image

But not -InputObject:

image

Proposed technical details

  • All input parameters should have help info that shows in PowerShell terminal when ALT + H for parameter help.