robvanderleek / mudslide

Send WhatsApp messages from the command-line
ISC License
122 stars 12 forks source link

add --caption to send-file #27

Closed lightaffaire closed 1 year ago

lightaffaire commented 1 year ago

$ npx mudslide@latest send-file me /tmp/file.txt --caption "here is the file"

make send-file the same as send-image and allow --caption option

create-issue-branch[bot] commented 1 year ago

Branch issue-27-add_--caption_to_send-file created!

robvanderleek commented 1 year ago

Hi @lightaffaire

I've also added the --caption option to the send-file command, thanks for the feedback.