pub fn sudo_command() -> Command
Builds a sudo command, passing -n (non-interactive) when stdin isn’t a TTY so a scripted invocation fails fast instead of hanging on a prompt.
sudo
-n