This commit is contained in:
Paul Gauthier 2024-08-09 07:59:05 -03:00
parent 0950106536
commit e5cec464da

View file

@ -918,7 +918,6 @@ class Commands:
# If not an image, try to get text
text = pyperclip.paste()
if text:
self.io.tool_output("Text content found in clipboard:")
self.io.tool_output(text)
return text