mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +00:00
Added --restore-chat-history
This commit is contained in:
parent
6d75dc62d7
commit
ea05cf05e1
4 changed files with 14 additions and 2 deletions
|
@ -196,6 +196,12 @@ def get_parser(default_config_files, git_root):
|
|||
default=default_chat_history_file,
|
||||
help=f"Specify the chat history file (default: {default_chat_history_file})",
|
||||
)
|
||||
group.add_argument(
|
||||
"--restore-chat-history",
|
||||
action=argparse.BooleanOptionalAction,
|
||||
default=False,
|
||||
help="Restore the previous chat history messages (default: False)",
|
||||
)
|
||||
|
||||
##########
|
||||
group = parser.add_argument_group("Output Settings")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue