Function tlspuffin::tcp::execute_command

source ยท
pub fn execute_command<I, S, P: AsRef<Path>>(
    prog: &str,
    args: I,
    cwd: Option<P>,
) -> Child
where I: IntoIterator<Item = S>, S: AsRef<OsStr>,