mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
Fixed the ! shortcut for /run
This commit is contained in:
parent
926e393529
commit
873a388693
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class Commands:
|
||||||
|
|
||||||
def run(self, inp):
|
def run(self, inp):
|
||||||
if inp.startswith("!"):
|
if inp.startswith("!"):
|
||||||
self.do_run("run", inp[1:])
|
return self.do_run("run", inp[1:])
|
||||||
return
|
return
|
||||||
|
|
||||||
res = self.matching_commands(inp)
|
res = self.matching_commands(inp)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue