Skip to content

Commit b96a188

Browse files
committed
impl: download ssh network stats
1 parent 22d74a1 commit b96a188

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/coder/toolbox/cli/CoderCLIManager.kt

+1
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ class CoderCLIManager(
271271
"ssh",
272272
"--stdio",
273273
if (settings.disableAutostart && feats.disableAutostart) "--disable-autostart" else null,
274+
"--network-info-dir ${escape(settings.networkInfoDir)}"
274275
)
275276
val proxyArgs = baseArgs + listOfNotNull(
276277
if (!settings.sshLogDirectory.isNullOrBlank()) "--log-dir" else null,

0 commit comments

Comments
 (0)