mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
feat: add args attribute to Commands class
This commit is contained in:
parent
0b7142d2de
commit
a4853ae184
1 changed files with 1 additions and 0 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue