Skip to content

Fix docs to note -PromptText is now a String[] #1244

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

Merged
merged 2 commits into from
Dec 11, 2019

Conversation

heaths
Copy link
Contributor

@heaths heaths commented Dec 11, 2019

Fixes #1243 to update documentation after PR #1180 changed Set-PSReadLineOption -PromptText to be a String[] instead of String.

Also normalizes affected docs and uses escape sequence that is supported by PowerShell 5.0 (which, sadly, does not support `e or `u{}).

Fixes PowerShell#1243 to update documentation after PR PowerShell#1180 changed Set-PSReadLineOption -PromptText to be a String[] instead of String.

Also normalizes docs and uses escape sequence that is supported by PowerShell 5.0 (which, sadly, does not support `e or `u{}).
Copy link
Contributor

@lzybkr lzybkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking care of this update.

@daxian-dbw daxian-dbw merged commit 7984b6e into PowerShell:master Dec 11, 2019
@heaths heaths deleted the issue1243 branch December 11, 2019 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set-PSReadLineOption help not updated with PR#1180
3 participants