From 090b46983c3eb5d0ff81bf994b2bbdd412743dd1 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 27 May 2023 07:51:56 -0700 Subject: [PATCH] Explain /help on launch --- aider/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/main.py b/aider/main.py index b5333ed96..84e88f9e0 100644 --- a/aider/main.py +++ b/aider/main.py @@ -216,6 +216,7 @@ def main(args=None, input=None, output=None): coder.update_files(content, inp="") return + io.tool("Use /help to see in-chat commands.") coder.run()