rootCmd.PersistentFlags().StringVarP(&config.WhatsappAutoReplyMessage,"autoreply","",config.WhatsappAutoReplyMessage,`auto reply when received message --autoreply <string> | example: --autoreply="Don't reply this message"`)
rootCmd.PersistentFlags().StringVarP(&config.WhatsappWebhook,"webhook","w",config.WhatsappWebhook,`forward event to webhook --webhook <string> | example: --webhook="https://yourcallback.com/callback"`)