Skip to main content

plan_apply

Function plan_apply 

Source
pub fn plan_apply(
    platform: &str,
    service: Option<&str>,
    http_proxy: Option<&str>,
    https_proxy: Option<&str>,
    socks_proxy: Option<&str>,
    no_proxy: Option<&str>,
    current_settings: Option<&SystemProxySettings>,
) -> ApplyPlan
Expand description

Create an apply plan without executing it (dry-run).