Cross-platform Rust rewrite of the GNU coreutils https://uutils.github.io/
Find a file
Joseph Crail 9c4c9f6782 Refactor check for standard stream interactivity.
Since several utilities check if the standard streams are interactive, I
moved this into the uucore::fs library as is_std*_interactive(). I also
added Windows support for these methods, which only return false (or at
least until someone finds a way to support this).
2020-11-08 19:56:49 -06:00
src/uucore Refactor check for standard stream interactivity. 2020-11-08 19:56:49 -06:00