style: Format command line arguments

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

View file

@ -166,7 +166,8 @@ def get_parser(default_config_files, git_root):
help="Verify the SSL cert when connecting to models (default: True)",
)
group.add_argument(
"--edit-format", "--chat-mode",
"--edit-format",
"--chat-mode",
metavar="EDIT_FORMAT",
default=None,
help="Specify what edit format the LLM should use (default depends on model)",