mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +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)
|
launch_gui(argv)
|
||||||
return
|
return
|
||||||
|
|
||||||
for fname in loaded_dotenvs:
|
if args.verbose:
|
||||||
io.tool_output(f"Loaded {fname}")
|
for fname in loaded_dotenvs:
|
||||||
|
io.tool_output(f"Loaded {fname}")
|
||||||
|
|
||||||
all_files = args.files + (args.file or [])
|
all_files = args.files + (args.file or [])
|
||||||
fnames = [str(Path(fn).resolve()) for fn in all_files]
|
fnames = [str(Path(fn).resolve()) for fn in all_files]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue