citruspi / PowerShell.docset

Dash Docset for PowerShell
http://powershell.docset.citruspi.io
The Unlicense
16 stars 4 forks source link

PowerShell Code Examples in OS X 10.11.4 #2

Open bjsadler opened 8 years ago

bjsadler commented 8 years ago

The dash/hyphen or some other symbols like quotes in the code examples are not displaying properly, and you are left with this displaying: Get-RDSessionHost -CollectionName “Session Collection” -ConnectionBroker rdcb.contoso.com

Instead of: Get-RDSessionHost -CollectionName “Session Collection” -ConnectionBroker rdcb.contoso.com

Another Example: Add-AppxProvisionedPackage –Path c:\offline –PackagePath c:\Appx\myPackage.appx –DependencyPath c:\Appx\dependency1\dependencyPackage.appx –LicensePath c:\Appx\myLicense.xml

Instead of: Add-AppxProvisionedPackage –Path c:\offline –PackagePath c:\Appx\myPackage.appx –DependencyPath c:\Appx\dependency1\dependencyPackage.appx –LicensePath c:\Appx\myLicense.xml

Not sure if there's something on my end that needs to be fixed. I just used the web link to add to Dash.

citruspi commented 8 years ago

Huh, that's interesting.

Not sure if there's something on my end that needs to be fixed.

Nah, I reproduced this on my end. It happened whether I used the feed or manually downloaded the archive.

I'll try to take a look at this over the weekend.

bjsadler commented 8 years ago

Thank you! Glad someone else was able to reproduce it. I love OS X, but PowerShell is big part of my world too, so finding this for Dash was amazing. I appreciate you taking the time!