mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
advertise /exit
This commit is contained in:
parent
ec933f4417
commit
21b3a538dd
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ class Coder:
|
|||
self.num_control_c += 1
|
||||
if self.num_control_c >= 2:
|
||||
break
|
||||
self.io.tool_error("^C again to quit")
|
||||
self.io.tool_error("^C again or /exit to quit")
|
||||
except EOFError:
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue