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

Make the tee threads optional #8

Merged
merged 4 commits into from
Sep 13, 2024
Merged

Make the tee threads optional #8

merged 4 commits into from
Sep 13, 2024

Commits on Sep 9, 2024

  1. Fix spelling

    triarius committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    792195c View commit details
    Browse the repository at this point in the history
  2. Panic when IO streams are not piped

    The process is created with the IO streams piped, so it only useful for
    developer to surface the error when the streams are not piped. This is
    better done with a panic! than a Result.
    triarius committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9595b05 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    9bf9295 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Refactor imports

    triarius committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9a6a65c View commit details
    Browse the repository at this point in the history