mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
style: Format command line arguments
This commit is contained in:
parent
7d270127cb
commit
8e46582938
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,8 @@ def get_parser(default_config_files, git_root):
|
||||||
help="Verify the SSL cert when connecting to models (default: True)",
|
help="Verify the SSL cert when connecting to models (default: True)",
|
||||||
)
|
)
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
"--edit-format", "--chat-mode",
|
"--edit-format",
|
||||||
|
"--chat-mode",
|
||||||
metavar="EDIT_FORMAT",
|
metavar="EDIT_FORMAT",
|
||||||
default=None,
|
default=None,
|
||||||
help="Specify what edit format the LLM should use (default depends on model)",
|
help="Specify what edit format the LLM should use (default depends on model)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue