mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
feat: add --list-models alias for --models option
This commit is contained in:
parent
246ce318d2
commit
485d5487af
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ def get_parser(default_config_files, git_root):
|
||||||
##########
|
##########
|
||||||
group = parser.add_argument_group("Model Settings")
|
group = parser.add_argument_group("Model Settings")
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
"--models",
|
"--models", "--list-models",
|
||||||
metavar="MODEL",
|
metavar="MODEL",
|
||||||
help="List known models which match the (partial) MODEL name",
|
help="List known models which match the (partial) MODEL name",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue