有没有一种跨平台的方法来检查 stdout 是否被管道传输到 Rust 中的另一个程序?
Is there a cross-platform way to check if stdout is being piped into another program in Rust?
当输出通过管道传输到终端以外的其他地方时,我想禁用颜色。
当输出通过管道传输到终端以外的其他地方时,我想禁用颜色。
当输出通过管道传输到终端以外的其他地方时,我想禁用颜色。