未验证 提交 6779aa70 编写于 作者: Z zhongjianfei 提交者: Gitee

!77 修改bug

Merge pull request !77 from zhongjianfei/zjf1202
...@@ -4,11 +4,11 @@ Advanced Notification Manager(通知管理工具,简称anm)是实现通知 ...@@ -4,11 +4,11 @@ Advanced Notification Manager(通知管理工具,简称anm)是实现通知
### help ### help
* 介绍 * **介绍**
打印帮助信息。 打印帮助信息。
* 用法 * **用法**
```bash ```bash
anm help anm help
...@@ -16,11 +16,11 @@ Advanced Notification Manager(通知管理工具,简称anm)是实现通知 ...@@ -16,11 +16,11 @@ Advanced Notification Manager(通知管理工具,简称anm)是实现通知
### dump ### dump
* 介绍 * **介绍**
打印通知相关信息。 打印通知相关信息。
* 用法 * **用法**
```bash ```bash
anm dump [<options>] anm dump [<options>]
...@@ -37,24 +37,22 @@ Advanced Notification Manager(通知管理工具,简称anm)是实现通知 ...@@ -37,24 +37,22 @@ Advanced Notification Manager(通知管理工具,简称anm)是实现通知
| -u/--user-id | 可选参数,设置指定的用户ID打印 | | -u/--user-id | 可选参数,设置指定的用户ID打印 |
| -h/--help | 帮助信息 | | -h/--help | 帮助信息 |
* 示例:打印活跃的通知信息 * **示例**:打印活跃的通知信息
```bash ```bash
anm dump -A anm dump -A
``` ```
![anm-dump-A](figures/anm-dump-A.png)
![anm-dump-A](figures/anm-dump-A.png)
### Setting ### Setting
* 介绍 * **介绍**
设置通知参数。 设置通知参数。
* 用法 * **用法**
``` ```bash
anm setting [<options>] anm setting [<options>]
``` ```
...@@ -66,8 +64,8 @@ anm dump -A ...@@ -66,8 +64,8 @@ anm dump -A
| -e/--enable-notification | 设置通知使能开关 | | -e/--enable-notification | 设置通知使能开关 |
| -h/--help | 帮助信息 | | -h/--help | 帮助信息 |
* 示例:设置保存在内存中的最近通知的最大数为100个 * **示例**:设置保存在内存中的最近通知的最大数为100个
``` ```bash
anm setting -c 100 anm setting -c 100
``` ```
...@@ -42,18 +42,18 @@ Common Event Manager(公共事件管理工具, 简称cem)是实现公共 ...@@ -42,18 +42,18 @@ Common Event Manager(公共事件管理工具, 简称cem)是实现公共
* 示例: * 示例:
```bash ```bash
# 发布名称为testevent的公共事件 # 发布名称为testevent的公共事件
cem publish --event "testevent" cem publish --event "testevent"
``` ```
![cem-publish-event](figures/cem-publish-event.png) ![cem-publish-event](figures/cem-publish-event.png)
```bash ```bash
# 发布名称为testevent的粘性有序公共事件,该事件的结果码为100,携带数据内容为“this is data” # 发布名称为testevent的粘性有序公共事件,该事件的结果码为100,携带数据内容为“this is data”
cem publish -e "testevent" -s -o -c 100 -d "this is data" cem publish -e "testevent" -s -o -c 100 -d "this is data"
``` ```
![cem-publish-all](figures/cem-publish-all.png) ![cem-publish-all](figures/cem-publish-all.png)
### dump ### dump
...@@ -82,4 +82,4 @@ cem publish -e "testevent" -s -o -c 100 -d "this is data" ...@@ -82,4 +82,4 @@ cem publish -e "testevent" -s -o -c 100 -d "this is data"
cem dump -e "testevent" cem dump -e "testevent"
``` ```
![cem-dump-e](figures/cem-dump-e.png) ![cem-dump-e](figures/cem-dump-e.png)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册