mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-15 09:05:00 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
ba1ae76fc0
3 changed files with 72 additions and 2 deletions
|
@ -121,7 +121,6 @@ class Commands:
|
|||
def run(self, inp):
|
||||
if inp.startswith("!"):
|
||||
return self.do_run("run", inp[1:])
|
||||
return
|
||||
|
||||
res = self.matching_commands(inp)
|
||||
if res is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue