// Line struct holds data parsed via flags for the service
typeLinestruct{
ChanSecretstring
ChanAccessToken string
Secret string
Tokenstring
Messagestring
Receiversstring
Titlestring
@ -28,22 +28,24 @@ func Send() *cli.Command {
return&cli.Command{
Name:"line",
Usage:"Send message to line messenger",
Description:`Line messenger uses a channel secret and a channel access token to authenticate & send messages through line to various receivers. Multiple receiver IDs can be used separated by comma ','. All configuration options are also available via environment variables.`,