mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 19:55:00 +00:00
refactor: rename pretty flag to fancy_input for clarity
This commit is contained in:
parent
3c658ac66f
commit
8a63b1b3ce
1 changed files with 2 additions and 1 deletions
|
@ -234,7 +234,8 @@ class InputOutput:
|
||||||
self.append_chat_history(f"\n# aider chat started at {current_time}\n\n")
|
self.append_chat_history(f"\n# aider chat started at {current_time}\n\n")
|
||||||
|
|
||||||
self.prompt_session = None
|
self.prompt_session = None
|
||||||
if self.pretty:
|
# add fancy_input as an init param @ai
|
||||||
|
if self.fancy_input:
|
||||||
# Initialize PromptSession
|
# Initialize PromptSession
|
||||||
session_kwargs = {
|
session_kwargs = {
|
||||||
"input": self.input,
|
"input": self.input,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue