infinyon / fluvio

Lean and mean distributed stream processing system written in rust and web assembly.
https://www.fluvio.io/
Apache License 2.0
2.77k stars 198 forks source link

feat(cli): use `std::io::IsTerminal` over `atty` #4074

Closed EstebanBorai closed 1 week ago

EstebanBorai commented 1 week ago

Uses std::io::IsTerminal over atty to detect tty environments in Fluvio CLI.