(name: &str)
| 1429 | } |
| 1430 | |
| 1431 | fn host_alias(name: &str) -> String { |
| 1432 | format!("openshell-{name}") |
| 1433 | } |
| 1434 | |
| 1435 | fn render_ssh_config(gateway: &str, name: &str) -> String { |
| 1436 | let exe = std::env::current_exe().expect("failed to resolve OpenShell executable"); |
no outgoing calls
no test coverage detected