-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[question] Handling of PowerShell examples for non-Windows platforms #1941
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
@zjalexander Thoughts? |
not that this justifies the continued use of New-PSDrive -Name c -PSProvider FileSystem -Root ~/
Set-Location c:\ It will display as |
@BernieWhite @markekraus - We just published a new addendum to the style guide https://github.com/PowerShell/PowerShell-Docs/blob/staging/contributing/FORMATTING-CODE.md Please read this. |
@Greg-Smulko The contributor guide is moving to https://docs.microsoft.com/en-us/contribute/powershell/powershell-contribute |
This is more of a discussion topic then an issue.
Working from the platyPS side looking at PowerShell/platyPS#294 (related to #1511). We are discussing the
PS C:\>
convention in relation to other platforms outside of Windows.Based on the information in #1511 and the style guide there is direction not to include the prefix
PS C:\>
within PowerShell code examples for online help.PS C:\>
to examples when invoked?PS C:\>
prefix used regardless of operating system?Thanks :)
The text was updated successfully, but these errors were encountered: