mattermost/mattermost-plugin-mscalendar

Allow "create event" command to accept spaces in values

Offen

#97 geöffnet am 26.04.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (35 Forks)auto 404
Difficulty/1:EasyGood First IssueHacktoberfestHelp WantedTech/GoType/EnhancementUp For Grabs

Repository-Metriken

Stars
 (22 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide