mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
improved --no-auto-commits support
This commit is contained in:
parent
78b1296e0e
commit
70ea500783
2 changed files with 21 additions and 13 deletions
|
@ -102,7 +102,8 @@ def main(args=None, input=None, output=None):
|
|||
args.auto_commits,
|
||||
io,
|
||||
)
|
||||
coder.commit(ask=True, prefix="wip: ", which="repo_files")
|
||||
if args.auto_commits:
|
||||
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