From b1cd78e653da91d4f6accae8775e1f6860c72635 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 18 Oct 2024 14:17:41 -0500 Subject: Use in-the-field TOML example Signed-off-by: Matt Strapp --- config_example.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config_example.toml b/config_example.toml index 7bcf626..3bb6cee 100644 --- a/config_example.toml +++ b/config_example.toml @@ -1,6 +1,7 @@ host_ip = "192.168.1.1" extra_ssh_args = ["-C"] -#extra_wsl_args = [] +# Arguments need to be separated by a comma, see the example below +extra_wsl_args = ["--cd", "~"] [[distribution]] name = "Ubuntu" -- cgit v1.2.3