PowerShell / platyPS

Write PowerShell External Help in Markdown
MIT License
782 stars 155 forks source link

Should Export-MarkdownModuleFile create module folder for output? #686

Closed sdwheeler closed 1 month ago

sdwheeler commented 2 months ago

Summary of the new feature / enhancement

Export-MarkdownCommandHelp creates a subfolder for the module associated with the command exported. Export-MarkdownModuleFile does not. So as an author, the cmdlet markdown is written to a module folder but the module file isn't unless I provide the module folder name.

Is this the right behavior?

Same for Export-YamlModuleFile.

Proposed technical implementation details (optional)

No response

sdwheeler commented 2 months ago

Same for Export-YamlModuleFile. It should create a module folder for the module file.

sdwheeler commented 1 month ago

Fixed on OPS12