mattermost/mattermost-plugin-mscalendar
Allow "create event" command to accept spaces in values
Aperta
#97 aperta il 26 apr 2020
Difficulty/1:EasyGood First IssueHacktoberfestHelp WantedTech/GoType/EnhancementUp For Grabs
Metriche repository
- Star
- (22 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.