Function nu_system::stdin_fd

source ·
pub unsafe fn stdin_fd() -> impl AsFd
Expand description

Alternative to having to call std::io::stdin() just to get the file descriptor of stdin

§Safety

I/O safety of reading from STDIN_FILENO unclear.

Currently only intended to access tcsetpgrp and tcgetpgrp with the I/O safe nix interface.