mattermost/mattermost-plugin-mscalendar
Allow "create event" command to accept spaces in values
オープン
#97 opened on 2020/04/26
Difficulty/1:EasyGood First IssueHacktoberfestHelp WantedTech/GoType/EnhancementUp For Grabs
Repository metrics
- Stars
- (22 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.