diff --git a/aider/io.py b/aider/io.py index 94af0affd..bfbef3bbc 100644 --- a/aider/io.py +++ b/aider/io.py @@ -51,7 +51,7 @@ class FileContentCompleter(Completer): class InputOutput: - def __init__(self, pretty, yes, input_history_file=None, chat_history_file=None, input=None, output=None): + def __init__(self, pretty=True, yes=False, input_history_file=None, chat_history_file=None, input=None, output=None): self.input = input self.output = output self.pretty = pretty