PowerShell / platyPS

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

Export-YamlCommandHelp should create module folder structure #652

Open sdwheeler opened 1 month ago

sdwheeler commented 1 month ago

Summary of the new feature / enhancement

Currently, Export-MarkdownCommandHelp puts the markdown files in a directory based on the module name, so import-markdown Get-Date.md | Export-MarkdownCommandHelp -outputfolder /tmp will create the file /tmp/Microsoft.PowerShell.Utilities/Get-Date.md .

Export-YamlCommandHelp should do the same thing.

Proposed technical implementation details (optional)

No response