Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Commit

Permalink
Merge 85082c8 into 85b2c51
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyuforest committed Nov 2, 2018
2 parents 85b2c51 + 85082c8 commit a1ad27a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Go Agenda

Agenda is a meeting management system.
Agenda is a meeting management system. It works with Linux and Windows.

[![Build Status](https://travis-ci.org/MegaShow/goagenda.svg?branch=master)](https://travis-ci.org/MegaShow/goagenda)
[![Coverage Status](https://coveralls.io/repos/github/MegaShow/goagenda/badge.svg)](https://coveralls.io/github/MegaShow/goagenda)
Expand Down Expand Up @@ -123,8 +123,9 @@ $ agenda meeting create -t <title> -s <startTime> -e <endTime> -p <participators

- You can use `meet` or `m` as aliases for `meeting`.
- You can use `c` as an alias for `create`.
- If you want to add more than one participator, please input like `-p p1,p2,...,pN` .
- Input time like `YYYY-MM-DD/hh:mm` or `YYYY-M-D/h:m` , using 24-hour.
- If you want to add more than one participator, please input like `-p p1,p2,...,pN` .
- If you add some participator who doesn't exist, the operation will be cancelled.

### Set information of meeting

Expand All @@ -133,6 +134,7 @@ $ agenda meeting set -t <title> [-s <startTime>] [-e <endTime>] [-p <participato
```

- You can use `s` as an alias for `set`.
- You must be the initiator of this meeting.

### Add participators

Expand Down
9 changes: 6 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Go Agenda

Agenda是一个基于命令行的会议管理系统。
Agenda是一个基于命令行的会议管理系统。兼容Linux与Windows环境。

[![Build Status](https://travis-ci.org/MegaShow/goagenda.svg?branch=master)](https://travis-ci.org/MegaShow/goagenda)
[![Coverage Status](https://coveralls.io/repos/github/MegaShow/goagenda/badge.svg)](https://coveralls.io/github/MegaShow/goagenda)
Expand Down Expand Up @@ -91,6 +91,7 @@ $ agenda user set [-p <password>] [-e <email>] [-t <telephone>]
- 你可以使用`s`代替`set`
- 密码不能为空。
- 邮件地址和电话可以设为空。请输入 `-e ""``-t ""` 以表示置空。
- Windows Powershell不识别 `""`

### 删除用户

Expand All @@ -104,7 +105,7 @@ $ agenda user delete -u <user> -p <password>
- 你发起的会议将被删除,你参与的会议将会从与会者列表中移除你。
- 如果你退出会议之后,该会议的参与人数为0,那该会议将被删除。

### 显示所有用户
### 查询用户

```
$ agenda user list [-u <user>]
Expand All @@ -121,8 +122,9 @@ $ agenda meeting create -t <title> -s <startTime> -e <endTime> -p <participators

- 你可以使用 `meet``m` 代替 `meeting`
- 你可以使用 `c` 代替 `create`
- 如果你想添加多个与会者,请像这样输入:`-p p1,p2,...,pN`
- 你可以这样输入时间: `YYYY-MM-DD/hh:mm``YYYY-M-D/h:m` ,使用24小时制。
- 如果你想添加多个与会者,请像这样输入:`-p p1,p2,...,pN`
- 如果你添加的某个与会者不存在,操作将被取消。

### 修改会议信息

Expand All @@ -131,6 +133,7 @@ $ agenda meeting set -t <title> [-s <startTime>] [-e <endTime>] [-p <participato
```

- 你可以使用 `s` 代替 `set`
- 你必须是这个会议的发起人。

### 添加与会者

Expand Down

0 comments on commit a1ad27a

Please sign in to comment.