flag.StringVar(&inputParams.Click,"click",configParams.Click,"is a link (URL) that can be followed by tapping/clicking inside the message. Default is https://google.com.")
flag.StringVar(&inputParams.Sender,"sender",configParams.Sender,"is the sender of the message, either an app name or a person. The default is \"Security message\".")
flag.StringVar(&inputParams.Tags,"tags","","is an arbitrary strings of tags (keywords), seperated by a \",\" (comma). Default is \"informational,testing,hard-coded\".")
flag.StringVar(&inputParams.Targets,"targets","","is a list of targets to send notifications to. Default is \"discord\".")