teepee 0.0.1

Wrap your command in a teepee and capture its output while also piping it to the parent process `stdout` and `stderr`
Documentation
[[example]]
name = "ls"
path = "examples/ls.rs"

[lib]
name = "teepee"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Wrap your command in a teepee and capture its output while also piping it to the parent process `stdout` and `stderr`"
edition = "2021"
license = "MIT"
name = "teepee"
readme = "README.md"
repository = "https://github.com/thlorenz/teepee"
version = "0.0.1"