mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
refactor: improve file path handling and remove debug code
This commit is contained in:
parent
ee4206099a
commit
59af7ed3bb
4 changed files with 3 additions and 4 deletions
|
@ -820,7 +820,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
ignores.append(str(Path(git_root) / ".gitignore"))
|
||||
if args.aiderignore:
|
||||
ignores.append(args.aiderignore)
|
||||
FileWatcher(coder, encoding=io.encoding, gitignores=ignores)
|
||||
FileWatcher(coder, gitignores=ignores, verbose=args.verbose)
|
||||
|
||||
coder.show_announcements()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue