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