feat: Rename cmd_add_clipboard_image to cmd_clipboard

This commit is contained in:
Paul Gauthier (aider) 2024-08-09 07:53:11 -03:00
parent a0a37f3afd
commit b057b3043c

View file

@ -894,7 +894,7 @@ class Commands:
return text
def cmd_add_clipboard_image(self, args):
def cmd_clipboard(self, args):
"Add an image from the clipboard to the chat"
try:
image = ImageGrab.grabclipboard()