tools: add tty helper module
with read_password() and stdin_isatty() functions Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -26,6 +26,7 @@ pub mod common_regex;
|
||||
pub mod ticket;
|
||||
pub mod borrow;
|
||||
pub mod fs;
|
||||
pub mod tty;
|
||||
|
||||
/// Macro to write error-handling blocks (like perl eval {})
|
||||
///
|
||||
|
Reference in New Issue
Block a user