PowerShell / platyPS

Write PowerShell External Help in Markdown
MIT License
778 stars 152 forks source link

Update-MarkdownCommandHelp - PassThru parameter not needed #678

Closed sdwheeler closed 1 month ago

sdwheeler commented 2 months ago

Summary of the new feature / enhancement

We don't need -PassThru since we have Update-CommandHelp

Proposed technical implementation details (optional)

No response

sdwheeler commented 1 month ago

Tthe command outputs nothing by default. Prior to OPS10, -PassThru would output CommandHelp objects. In OPS10 -PassThru output FileInfo objects for the updated files.