pub fn install_proxy_env_unchecked(
home: &Path,
port: u16,
quiet: bool,
force_endpoint: bool,
)Expand description
Install proxy env without config guard (used by lean-ctx proxy enable which has already set the flag).
force_endpoint: if true, overrides even non-local custom endpoints.