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

Write-Output is superfluous in PowerShell #416

Closed
george-chakhidze opened this issue Jul 6, 2017 · 1 comment
Closed

Write-Output is superfluous in PowerShell #416

george-chakhidze opened this issue Jul 6, 2017 · 1 comment

Comments

@george-chakhidze
Copy link
Contributor

Default behavior of PowerShell is to send any objects at end of pipeline to output. You dont need to explicitly call Write-Output cmdlet.

@leachim6
Copy link
Owner

Thanks for your insight George, please send a pull request with the fix and I will merge it.

Thanks!

Dineshkarthik pushed a commit to Dineshkarthik/hello-world that referenced this issue Oct 25, 2017
Default behavior of PowerShell is to send any objects at end of pipeline to output.
There is no need to explicitly call Write-Output cmdlet.

Fixes leachim6#416
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

No branches or pull requests

2 participants