mattermost/mattermost-plugin-mscalendar
Allow "create event" command to accept spaces in values
Ouverte
#97 ouverte le 26 avr. 2020
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.