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

Replace `fluvio-cli` atty use with std trait IsTerminal #4071

Closed digikata closed 1 week ago

digikata commented 2 weeks ago

crate atty is no longer maintained, rust std has added a IsTerminal trait that should cover the former use https://doc.rust-lang.org/stable/std/io/trait.IsTerminal.html

fluvio-cli is the only user of atty in the fluvio repo tree.