mattermost/mattermost-plugin-mscalendar

Allow "create event" command to accept spaces in values

Aberta

#97 aberto em 26 de abr. de 2020

 (0 comentário) (0 reação) (0 responsável)Go (35 forks)auto 404
Difficulty/1:EasyGood First IssueHacktoberfestHelp WantedTech/GoType/EnhancementUp For Grabs

Métricas do repositório

Stars
 (22 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

The spf13/pflag library is being used to parse options for the /mscalendar createevent slash command. The parsing does not currently support values that include spaces which are needed for flags such as --subject and --body

This ticket is a request to implement those methods which allow parsing values with spaces.

https://mattermost.atlassian.net/browse/MM-21347

Guia do colaborador