From 0109bf6c6fe3789abc6a65dc72c0f1a7f4d590fa Mon Sep 17 00:00:00 2001 From: Steppy Date: Mon, 3 Feb 2025 16:54:42 +0100 Subject: [PATCH] Add TODO for bug --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 24fc799..0e3150c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -299,6 +299,7 @@ fn main() -> Result<(), String> { cmd } ServerAddress::Localhost => { + //TODO don't use shell command on localhost, this will fail on windows let mut cmd = ShellCmd::new("ls"); cmd.arg(&working_directory); cmd