mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
feat: Add --chat-mode as an alias for --edit-format
This commit is contained in:
parent
cb709bd4ce
commit
7d270127cb
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ def get_parser(default_config_files, git_root):
|
|||
help="Verify the SSL cert when connecting to models (default: True)",
|
||||
)
|
||||
group.add_argument(
|
||||
"--edit-format",
|
||||
"--edit-format", "--chat-mode",
|
||||
metavar="EDIT_FORMAT",
|
||||
default=None,
|
||||
help="Specify what edit format the LLM should use (default depends on model)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue