mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
start /save commands with /drop
This commit is contained in:
parent
c098354a67
commit
66ad186edd
1 changed files with 1 additions and 0 deletions
|
@ -1297,6 +1297,7 @@ class Commands:
|
|||
|
||||
try:
|
||||
with open(args.strip(), "w", encoding=self.io.encoding) as f:
|
||||
f.write("/drop\n")
|
||||
# Write commands to add editable files
|
||||
for fname in sorted(self.coder.abs_fnames):
|
||||
rel_fname = self.coder.get_rel_fname(fname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue