From 63ae8990af243494d1e78da8ec3553c9fe553178 Mon Sep 17 00:00:00 2001 From: Fabrice Normandin Date: Mon, 6 Nov 2023 16:47:45 -0500 Subject: [PATCH] Rebase on Master Signed-off-by: Fabrice Normandin --- milatools/cli/init_command.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/milatools/cli/init_command.py b/milatools/cli/init_command.py index 4c783e0d..b4dce40a 100644 --- a/milatools/cli/init_command.py +++ b/milatools/cli/init_command.py @@ -209,6 +209,9 @@ def _add_ssh_entry( ssh_config: SSHConfig, host: str, Host: str | None = None, + *, + _space_before: bool = True, + _space_after: bool = False, **entry, ) -> None: """Interactively add an entry to the ssh config file.