]> git.sesse.net Git - bcachefs-tools-debian/commit
Replace atty with stdlib
authorAlexander Fougner <fougner89@gmail.com>
Wed, 7 Feb 2024 20:12:09 +0000 (21:12 +0100)
committerAlexander Fougner <fougner89@gmail.com>
Wed, 7 Feb 2024 20:27:35 +0000 (21:27 +0100)
commita95a25dc1d21ae50de150f8ea9a2d409415dbb3b
treeff913b6eb09d43699bca402c42cc07160357a982
parentbc0a4438500a9962f6e326c376ebaaec1a230932
Replace atty with stdlib

is_terminal() is part of rust 1.70 std, no need for isatty

Signed-off-by: Alexander Fougner <fougner89@gmail.com>
Cargo.lock
Cargo.toml
src/commands/cmd_list.rs
src/commands/cmd_mount.rs
src/key.rs