mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
fix: Move .env loading output to verbose mode
This commit is contained in:
parent
983da4b1c9
commit
8323d992a9
1 changed files with 3 additions and 2 deletions
|
@ -370,8 +370,9 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
launch_gui(argv)
|
||||
return
|
||||
|
||||
for fname in loaded_dotenvs:
|
||||
io.tool_output(f"Loaded {fname}")
|
||||
if args.verbose:
|
||||
for fname in loaded_dotenvs:
|
||||
io.tool_output(f"Loaded {fname}")
|
||||
|
||||
all_files = args.files + (args.file or [])
|
||||
fnames = [str(Path(fn).resolve()) for fn in all_files]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue