mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +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
|
@ -468,8 +468,8 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
if args.check_update:
|
||||
check_version(io, verbose=args.verbose)
|
||||
|
||||
if args.models:
|
||||
models.print_matching_models(io, args.models)
|
||||
if args.list_models:
|
||||
models.print_matching_models(io, args.list_models)
|
||||
return 0
|
||||
|
||||
if args.git:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue