mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +00:00
refactor: rename --models flag to --list-models
This commit is contained in:
parent
e3cd9a8f9a
commit
6c739d391b
7 changed files with 18 additions and 13 deletions
|
@ -121,7 +121,8 @@ def get_parser(default_config_files, git_root):
|
|||
##########
|
||||
group = parser.add_argument_group("Model Settings")
|
||||
group.add_argument(
|
||||
"--models", "--list-models",
|
||||
"--list-models",
|
||||
"--models",
|
||||
metavar="MODEL",
|
||||
help="List known models which match the (partial) MODEL name",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue