PowerShell / Phosphor

A library and PowerShell module for generating user interfaces from PowerShell modules
Other
109 stars 24 forks source link

Provide help viewer mode #17

Open mgreenegit opened 7 years ago

mgreenegit commented 7 years ago

Phosphor could also provide a nice option to render help information in an easy to read format in a consistent way across platforms. Examples of content could include get-help, about_ topics, or even markdown from powershell-docs.

daviwil commented 7 years ago

Yep, it'd be good to provide a cross-platform replacement for Get-Help -ShowWindow!