MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / proxy_option_takes_value

Function proxy_option_takes_value

crates/openshell-core/src/forward.rs:293–295  ·  view source on GitHub ↗
(arg: &str)

Source from the content-addressed store, hash-verified

291}
292
293fn proxy_option_takes_value(arg: &str) -> bool {
294 matches!(arg, "--gateway" | "--token" | "--gateway-name")
295}
296
297fn proxy_option_has_inline_value(arg: &str) -> bool {
298 ["--gateway=", "--token=", "--gateway-name="]

Callers 1

find_proxy_command_matchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected