1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Use std::io::IsTerminal instead of is-terminal

This commit is contained in:
Daniel Hofstetter 2023-09-04 10:35:17 +02:00
parent 794977409a
commit 4992cb9b86
17 changed files with 8 additions and 31 deletions

View file

@ -3,7 +3,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
use crate::common::util::TestScenario;
use is_terminal::IsTerminal;
use std::io::IsTerminal;
#[test]
fn test_more_no_arg() {