mattermost/mattermost-plugin-mscalendar

Enhance the --location flag for the "create event" command

开放

#98 创建于 2020年4月26日

 (0 条评论) (0 个反应) (0 位负责人)Go (35 个派生)auto 404
HacktoberfestHelp WantedTech/GoType/EnhancementUp For Grabs

仓库指标

星标
 (22 个星标)
PR 合并指标
 (平均合并 2天 7小时) (30 天内合并 10 个 PR)

描述

Currently, the createevent command includes a --test-location flag that accepts a comma separated list of arguments.

There are two goals with this ticket:

  1. Improve the location option so that it accepts different types of location types (see https://docs.microsoft.com/en-us/graph/api/resources/location?view=graph-rest-1.0)

One suggestion is to split the comma separated list of arguments into separate flags.

Original discussion here: https://github.com/mattermost/mattermost-plugin-mscalendar/pull/19#discussion_r360923881

  1. Implement some form of intelligent completion so the user isn’t required to fill out 6 parameters on the CLI

see: https://github.com/mattermost/mattermost-plugin-mscalendar/pull/19#discussion_r360711618

贡献者指南