Skip to content
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

(GH-143023) Clarify Width param for Out-File #10310

Conversation

michaeltlombardi
Copy link
Contributor

PR Summary

Prior to this change, the Width paramter of the Out-File cmdlet stated that it specified the number of characters in each line of output rather than the maximum number of characters.

This change:

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributors guide.
  • Style: This PR adheres to the style guide.

Prior to this change, the **Width** paramter of the `Out-File` cmdlet
stated that it specified the number of characters in each line of
output rather than the maximum number of characters.

This change:

- Clarifies the parameter documentation for specifying the maximum
  width, rather than the total width.
- Resolves MicrosoftDocs#10309
- Fixes AB#132023
@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 611b50e:

✅ Validation status: passed

File Status Preview URL Details
reference/5.1/Microsoft.PowerShell.Utility/Out-File.md ✅Succeeded View (powershell-5.1)
reference/7.2/Microsoft.PowerShell.Utility/Out-File.md ✅Succeeded View (powershell-7.2)
reference/7.3/Microsoft.PowerShell.Utility/Out-File.md ✅Succeeded View (powershell-7.3)
reference/7.4/Microsoft.PowerShell.Utility/Out-File.md ✅Succeeded View (powershell-7.4)

For more details, please refer to the build report.

For any questions, please:

@michaeltlombardi michaeltlombardi merged commit ec789da into MicrosoftDocs:main Jul 27, 2023
3 checks passed
@michaeltlombardi michaeltlombardi deleted the ab-143023/main/clarify-out-file-width branch July 27, 2023 15:48
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.

Out-file -Width parameter documentation clarification
1 participant