robvanderleek / mudslide

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

add sendPoll functionality #72

Closed BenKoerber closed 5 months ago

BenKoerber commented 5 months ago

Added functionality to send polls

Also added an example for using sendPoll with npm => Caution: I needed to add the double dash ("--") before send-poll in order for the options to be picked up by commander.js => Please adapt for npx usage

robvanderleek commented 5 months ago

Hi @BenKoerber 👋

That's a great addition, thanks!

I've changed the poll choices to a repeatable option and added a bit of documentation in a new branch. What do you think of this?

If you agree (I think) I can merge my changes in your PR and merge it to main.

KR, Rob

BenKoerber commented 5 months ago

That is just perfect! Thanks for considering this feature and also for putting in the effort to correct/enhance my code suggestion.