mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 12:45:00 +00:00
no pretty when output
This commit is contained in:
parent
0ff4e5362b
commit
640a463a9c
1 changed files with 4 additions and 0 deletions
|
@ -111,7 +111,11 @@ class InputOutput:
|
||||||
|
|
||||||
self.input = input
|
self.input = input
|
||||||
self.output = output
|
self.output = output
|
||||||
|
|
||||||
self.pretty = pretty
|
self.pretty = pretty
|
||||||
|
if self.output:
|
||||||
|
self.pretty = False
|
||||||
|
|
||||||
self.yes = yes
|
self.yes = yes
|
||||||
|
|
||||||
self.input_history_file = input_history_file
|
self.input_history_file = input_history_file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue