mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
formatting
This commit is contained in:
parent
5bfedea9ff
commit
080953760f
1 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,10 @@ def get_parser(default_config_files, git_root):
|
|||
"files", metavar="FILE", nargs="*", help="files to edit with an LLM (optional)"
|
||||
)
|
||||
group.add_argument(
|
||||
"--file", action="append", metavar="FILE", help="specify a file to edit (can be used multiple times)"
|
||||
"--file",
|
||||
action="append",
|
||||
metavar="FILE",
|
||||
help="specify a file to edit (can be used multiple times)",
|
||||
)
|
||||
group.add_argument(
|
||||
"--openai-api-key",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue