mattermost/mattermost-plugin-mscalendar

Allow "create event" command to accept spaces in values

Ouverte

#97 ouverte le 26 avr. 2020

 (0 commentaire) (0 réaction) (0 personne assignée)Go (35 forks)auto 404
Difficulty/1:EasyGood First IssueHacktoberfestHelp WantedTech/GoType/EnhancementUp For Grabs

Métriques du dépôt

Stars
 (22 étoiles)
Métriques de merge PR
 (Merge moyen 2j 7h) (10 PRs mergées en 30 j)

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

Guide contributeur