Skip to content

Commit af59959

Browse files
committed
docs(cli): add Ctrl+V hint to /image command description
1 parent 3302e9b commit af59959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/data/slash-commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const SLASH_COMMANDS: SlashCommand[] = [
7676
{
7777
id: 'image',
7878
label: 'image',
79-
description: 'Attach an image file to your message',
79+
description: 'Attach an image file (or Ctrl+V to paste from clipboard)',
8080
aliases: ['img', 'attach'],
8181
},
8282
]

0 commit comments

Comments
 (0)