refactor: rename --models flag to --list-models

This commit is contained in:
Paul Gauthier 2024-09-05 11:40:31 -07:00 committed by Paul Gauthier (aider)
parent e3cd9a8f9a
commit 6c739d391b
7 changed files with 18 additions and 13 deletions

View file

@ -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",
)