mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
add self.dry_run
This commit is contained in:
parent
85c3bb8f12
commit
391088fd14
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ class InputOutput:
|
|||
self.chat_history_file = None
|
||||
|
||||
self.encoding = encoding
|
||||
self.dry_run = dry_run
|
||||
|
||||
if pretty:
|
||||
self.console = Console()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue