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

docs: stdin is always inherit by default #6581

Merged
merged 1 commit into from
May 23, 2024
Merged

docs: stdin is always inherit by default #6581

merged 1 commit into from
May 23, 2024

Commits on May 22, 2024

  1. docs: stdin is always inherit by default

    The code for `output` indicates that only sets `stdout` and `stderr` (as
    one would expect, IMO), yet the docs for `stdin` indicated that it too
    would be set. This seems like it was just a simple copy/paste typo, so
    correct `stdin` to note that it just defaults to `inherit`.
    
    Fixes #6577.
    roy-work committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1b5a13a View commit details
    Browse the repository at this point in the history