aboutsummaryrefslogtreecommitdiffstats
path: root/config_example.toml
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-10-18 14:17:41 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-10-18 14:17:41 -0500
commitb1cd78e653da91d4f6accae8775e1f6860c72635 (patch)
treeebc2f7aee5be1f8214a48e2bbe0c985fc1198ecb /config_example.toml
parentInitial commit (diff)
downloadwsl-tui-b1cd78e653da91d4f6accae8775e1f6860c72635.tar
wsl-tui-b1cd78e653da91d4f6accae8775e1f6860c72635.tar.gz
wsl-tui-b1cd78e653da91d4f6accae8775e1f6860c72635.tar.bz2
wsl-tui-b1cd78e653da91d4f6accae8775e1f6860c72635.tar.lz
wsl-tui-b1cd78e653da91d4f6accae8775e1f6860c72635.tar.xz
wsl-tui-b1cd78e653da91d4f6accae8775e1f6860c72635.tar.zst
wsl-tui-b1cd78e653da91d4f6accae8775e1f6860c72635.zip
Use in-the-field TOML example
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'config_example.toml')
-rw-r--r--config_example.toml3
1 files changed, 2 insertions, 1 deletions
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"