mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Update config files search order message
This commit is contained in:
parent
aaade794a6
commit
e55513bd79
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
args, unknown = parser.parse_known_args(argv)
|
||||
|
||||
if args.verbose:
|
||||
print("Default config files before reversing:")
|
||||
print("Config files search order, if no --config:")
|
||||
for file in default_config_files:
|
||||
print(f" - {file}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue