Skip to main content

push_opt_arg

Function push_opt_arg 

Source
fn push_opt_arg(
    args: &mut Vec<OsString>,
    name: &'static str,
    value: Option<impl Display>,
)