-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/reference/ needs to flow into Get-Help #1073
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Even better if Get-Help could pull and read markdown instead. Just a hope. |
While that would be ideal, it wouldn't be feasible to backport changes of that magnitude towards downlevel versions of PowerShell (e.g 3,4,5). Feel free to file an issue on powershell/powershell to see if this would be a good change for version 6 :) |
@BernieWhite that's my dream too. Then we could light up in-console syntax highlighting for examples. :) |
This is currently hooked up for PowerShell 6 only. We are working to bring the contents of this repo to update-help downlevel. This is a service-side change so no action will be needed from users. |
We are now building updateable help for all versions. |
Right now, changes to the /reference/ content only show up in online help on MSDN.
Ideally, we should be able to have these changes flow through the updateable help engine so typos and corrections can flow back downlevel to Get-Help reference.
Current Status
Changes are built in PlatyPS to create the MAML
The MAML is packaged into CABs
The CABs are placed into Azure Blob Storage
** Needs work **
The text was updated successfully, but these errors were encountered: