PowerShell / platyPS

Write PowerShell External Help in Markdown
MIT License
762 stars 148 forks source link

Fix input/output transformation from cmdlet. #641

Closed JamesWTruher closed 2 months ago

JamesWTruher commented 2 months ago

Also add output to cmdlets. Add a bunch of tests for new-commandhelp. Fix up syntax statements to be closer to the output of Get-Command Make sure that metadata is sorted by key Change "content type" to "document type" remove VariableLength from parameter equality remove VariableLength from parameter metadata (markdown and yaml) Change the common parameter boiler plate to be static rather than generated Fix input/output add/fix a number tests

PR Summary

PR Context