feat: Add --chat-mode as an alias for --edit-format

This commit is contained in:
Paul Gauthier (aider) 2024-08-11 09:55:12 -07:00
parent cb709bd4ce
commit 7d270127cb

View file

@ -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)",