Various build system related utils.
cargo build --releaseLogging uses log + env_logger,
so you can enable it by setting RUST_LOG to info, trace, debug, or warn.
e.g.
RUST_LOG=debug bluelu-tea -b lsAn improved version of classic unix tee.
Initially built to work around issues with windows/powershell Tee-Object which simply was unusable to replace tee.
Usage:
bluelu-tea --binary <BINARY> [OPTIONS] [PARAMETERS]...
# Examples:
bluelu-tea -b echo -- hello world
bluelu-tea -o output.txt -b ls -- -la