mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
feat: add verbose flag to Commands class and pass it from args
This commit is contained in:
parent
b729ed3ab2
commit
b6dc6e105f
2 changed files with 3 additions and 2 deletions
|
@ -538,7 +538,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
if not sanity_check_repo(repo, io):
|
||||
return 1
|
||||
|
||||
commands = Commands(io, None, verify_ssl=args.verify_ssl, args=args, parser=parser)
|
||||
commands = Commands(io, None, verify_ssl=args.verify_ssl, args=args, parser=parser, verbose=args.verbose)
|
||||
|
||||
summarizer = ChatSummary(
|
||||
[main_model.weak_model, main_model],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue