mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
finishing support for which=repo_files
This commit is contained in:
parent
6e68562cd0
commit
14b45f40f6
3 changed files with 8 additions and 24 deletions
|
@ -59,7 +59,7 @@ def main():
|
|||
pretty = args.pretty
|
||||
|
||||
coder = Coder(args.model, fnames, pretty, args.history_file, args.show_diffs)
|
||||
coder.commit(ask=True, prefix="wip: ")
|
||||
coder.commit(ask=True, prefix="wip: ", which="repo_files")
|
||||
|
||||
if args.apply:
|
||||
with open(args.apply, "r") as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue