pub fn new_command<S: AsRef<OsStr>>(program: S) -> Command
Create a new Command with the effective PATH set on Unix.
Command