mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
feat: Rename cmd_add_clipboard_image
to cmd_clipboard
This commit is contained in:
parent
a0a37f3afd
commit
b057b3043c
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ class Commands:
|
||||||
|
|
||||||
return text
|
return text
|
||||||
|
|
||||||
def cmd_add_clipboard_image(self, args):
|
def cmd_clipboard(self, args):
|
||||||
"Add an image from the clipboard to the chat"
|
"Add an image from the clipboard to the chat"
|
||||||
try:
|
try:
|
||||||
image = ImageGrab.grabclipboard()
|
image = ImageGrab.grabclipboard()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue