Add wa alias; drop deprecated setup alias

This commit is contained in:
Peter Steinberger
2025-11-24 15:31:21 +01:00
parent 4f32120176
commit d51cf21131
2 changed files with 8 additions and 7 deletions

View File

@@ -1109,11 +1109,10 @@ program
);
await updateWebhook(client, senderSid, publicUrl, "POST");
console.log(
"\nSetup complete. Leave this process running to keep the webhook online. Ctrl+C to stop.",
);
await waitForever();
})
.alias("setup");
console.log(
"\nSetup complete. Leave this process running to keep the webhook online. Ctrl+C to stop.",
);
await waitForever();
});
program.parseAsync(process.argv);