finishing support for which=repo_files

This commit is contained in:
Paul Gauthier 2023-05-11 09:22:51 -07:00
parent 6e68562cd0
commit 14b45f40f6
3 changed files with 8 additions and 24 deletions

View file

@ -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: