mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 03:01:50 +03:00
Add wa alias; drop deprecated setup alias
This commit is contained in:
+5
-6
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user