From a4853ae184d6bf01357e0240f9610590c4b92e89 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 29 Aug 2024 06:32:44 -0700 Subject: [PATCH] feat: add args attribute to Commands class --- aider/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/commands.py b/aider/commands.py index 6e6ff6a2c..86d13f82a 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -33,6 +33,7 @@ class Commands: self.io = io self.coder = coder self.parser = parser + self.args = args self.verify_ssl = verify_ssl if voice_language == "auto":