robvanderleek / mudslide

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

Upgrade request #89

Closed mkgitalia closed 1 month ago

mkgitalia commented 1 month ago

There’s a way to omit upgrade blocking prompt like “Need to install following packages…”? Thanks

robvanderleek commented 1 month ago

Hi @mkgitalia

What command are you using to upgrade?

mkgitalia commented 1 month ago

I only send a message, but send command is blocked by upgrade request.

robvanderleek commented 1 month ago

Can you show the exact command you're using please?

mkgitalia commented 1 month ago

npx mudslide@latest send me 'hello world from linux'

robvanderleek commented 1 month ago

You can use the -y flag from npx to answer "yes" by default on npx questions:

npx -y mudslide@latest send me 'hello world from linux'
mkgitalia commented 1 month ago

Thank!