mattermost/mattermost-plugin-mscalendar
Allow "create event" command to accept spaces in values
Offen
#97 geöffnet am 26.04.2020
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.