pub fn entrypoint<A: Iterator<Item = OsString>, W: Write, T: Terminal>( args: A, stdout: &mut W, terminal: T ) -> Result<()>