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