From 8e46582938cf7a07344886db745f3cf7f1df05c1 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sun, 11 Aug 2024 09:55:16 -0700 Subject: [PATCH] style: Format command line arguments --- aider/args.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aider/args.py b/aider/args.py index c063eb4f7..cd8446162 100644 --- a/aider/args.py +++ b/aider/args.py @@ -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)",