Fixes #5090 - Add Culture parameter to PowerShell 7 Select-String#5191
Merged
sdwheeler merged 1 commit intoMicrosoftDocs:stagingfrom Dec 5, 2019
davidsmatlak:ds-issue5090
Merged
Fixes #5090 - Add Culture parameter to PowerShell 7 Select-String#5191sdwheeler merged 1 commit intoMicrosoftDocs:stagingfrom davidsmatlak:ds-issue5090
sdwheeler merged 1 commit intoMicrosoftDocs:stagingfrom
davidsmatlak:ds-issue5090
Conversation
|
Docs Build status updates of commit babf991: ✅ Validation status: passed
For more details, please refer to the build report. Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report. |
iSazonov
reviewed
Dec 6, 2019
| The **Culture** parameter uses tab completion to scroll through the list of arguments that specify | ||
| the available cultures. To list all available arguments, use the following command: | ||
|
|
||
| `(Get-Command Select-String).Parameters.Culture.Attributes.ValidValues` |
Contributor
There was a problem hiding this comment.
I think it is important to add an information that it is not only culture strings like en-US but also special values like Ordinal, Invariant and Current.
Collaborator
There was a problem hiding this comment.
@iSazonov Can you open a new issue about this or, even better, submit a PR with the change you would like to see?
16 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
Acrolinx scores:
Original version: 96
Updated version: 96
PR Context
Select the type(s) of documents being changed.
Cmdlet reference & about_ topics
Conceptual articles
PR Checklist
WIP:or[ WIP ]to the beginning of thetitle and remove the prefix when the PR is ready.