mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +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.chat_history_file = None
|
||||||
|
|
||||||
self.encoding = encoding
|
self.encoding = encoding
|
||||||
|
self.dry_run = dry_run
|
||||||
|
|
||||||
if pretty:
|
if pretty:
|
||||||
self.console = Console()
|
self.console = Console()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue