feat: add args attribute to Commands class

This commit is contained in:
Paul Gauthier (aider) 2024-08-29 06:32:44 -07:00
parent 0b7142d2de
commit a4853ae184

View file

@ -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":