mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +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.io = io
|
||||||
self.coder = coder
|
self.coder = coder
|
||||||
self.parser = parser
|
self.parser = parser
|
||||||
|
self.args = args
|
||||||
|
|
||||||
self.verify_ssl = verify_ssl
|
self.verify_ssl = verify_ssl
|
||||||
if voice_language == "auto":
|
if voice_language == "auto":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue