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

Update run-parallel example #1368

Merged
merged 1 commit into from Aug 1, 2021
Merged

Conversation

krader1961
Copy link
Contributor

Courtesy of @zzamboni this updates the example of how to use the
run-parallel command to capture the stdout and stderr byte streams
independent of each other.

Resolves #1357

Courtesy of @zzamboni this updates the example of how to use the
`run-parallel` command to capture the stdout and stderr byte streams
independent of each other.

Resolves elves#1357
@@ -947,6 +947,10 @@ and byte output might not agree with the order in which they happened:
▶ a
```

If you want to capture the stdout and stderr byte streams independent of each
Copy link
Member

Choose a reason for hiding this comment

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

This needs a leading "note" since it's non-normative.

@xiaq xiaq merged commit 2e94e3b into elves:master Aug 1, 2021
@krader1961 krader1961 deleted the doc-run-parallel branch August 1, 2021 22:03
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.

Capture stdout and stderr into different variables
2 participants