mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: Add CommandCompletionException class for autocompletion handling
This commit is contained in:
parent
ddef8c2499
commit
710d540dcd
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@ def restore_multiline(func):
|
|||
return wrapper
|
||||
|
||||
|
||||
class CommandCompletionException(Exception):
|
||||
"""Raised when a command should use the normal autocompleter instead of command-specific completion."""
|
||||
pass
|
||||
|
||||
|
||||
@dataclass
|
||||
class ConfirmGroup:
|
||||
preference: str = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue