mattermost/mattermost-plugin-mscalendar
Allow "create event" command to accept spaces in values
开放
#97 创建于 2020年4月26日
Difficulty/1:EasyGood First IssueHacktoberfestHelp WantedTech/GoType/EnhancementUp For Grabs
仓库指标
- 星标
- (22 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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.