mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
refactor: raise exceptions to use normal autocompleter
This commit is contained in:
parent
4e03f4165d
commit
b624bb6fb8
1 changed files with 3 additions and 3 deletions
|
@ -1089,13 +1089,13 @@ class Commands:
|
|||
)
|
||||
|
||||
def completions_ask(self):
|
||||
return self.completions_add()
|
||||
raise NotImplementedError("Use normal autocompleter")
|
||||
|
||||
def completions_code(self):
|
||||
return self.completions_add()
|
||||
raise NotImplementedError("Use normal autocompleter")
|
||||
|
||||
def completions_architect(self):
|
||||
return self.completions_add()
|
||||
raise NotImplementedError("Use normal autocompleter")
|
||||
|
||||
def cmd_ask(self, args):
|
||||
"""Ask questions about the code base without editing any files. If no prompt provided, switches to ask mode.""" # noqa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue