mattermost/mattermost-plugin-mscalendar

Allow "create event" command to accept spaces in values

オープン

#97 opened on 2020/04/26

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go (35 件のフォーク)auto 404
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.

https://mattermost.atlassian.net/browse/MM-21347

コントリビューターガイド