Skip to main content

push_arg

Function push_arg 

Source
fn push_arg(
    args: &mut Vec<OsString>,
    name: &'static str,
    value: impl Into<OsString>,
)