提交 7e6acad5 编写于 作者: W wusongqing

Added English docs

Signed-off-by: Nwusongqing <wusongqing@huawei.com>
上级 abad011d
...@@ -28,13 +28,13 @@ The ability assistant is pre-installed in the device environment. You can direct ...@@ -28,13 +28,13 @@ The ability assistant is pre-installed in the device environment. You can direct
Starts an ability. Starts an ability.
| Name| Description| | Name | Description |
| --------- | ---------------------- | | --------- | ---------------------- |
| -h/--help | Help information.| | -h/--help | Help information. |
| -d | Device ID. This parameter is optional.| | -d | Device ID. This parameter is optional. |
| -a | Ability name. This parameter is mandatory.| | -a | Ability name. This parameter is mandatory.|
| -b | Bundle name. This parameter is mandatory.| | -b | Bundle name. This parameter is mandatory. |
| -D | Debugging mode. This parameter is optional.| | -D | Debugging mode. This parameter is optional. |
**Return value** **Return value**
...@@ -43,19 +43,19 @@ The ability assistant is pre-installed in the device environment. You can direct ...@@ -43,19 +43,19 @@ The ability assistant is pre-installed in the device environment. You can direct
**Method** **Method**
``` ```
aa start [-d <device-id>] -a <ability-name> -b <bundle-name> [-D] aa start [-d <device-id>] -a <ability-name> -b <bundle-name> [-D]
``` ```
- **stop-service** - **stop-service**
Stops a Service ability. Stops a Service ability.
| Name| Description| | Name | Description |
| --------- | ------------------------ | | --------- | ------------------------ |
| -h/--help | Help information.| | -h/--help | Help information. |
| -d | Device ID. This parameter is optional.| | -d | Device ID. This parameter is optional. |
| -a | Ability name. This parameter is mandatory.| | -a | Ability name. This parameter is mandatory.|
| -b | Bundle name. This parameter is mandatory.| | -b | Bundle name. This parameter is mandatory. |
**Return value** **Return value**
...@@ -64,23 +64,23 @@ aa start [-d <device-id>] -a <ability-name> -b <bundle-name> [-D] ...@@ -64,23 +64,23 @@ aa start [-d <device-id>] -a <ability-name> -b <bundle-name> [-D]
**Method** **Method**
``` ```
aa stop-service [-d <device-id>] -a <ability-name> -b <bundle-name> aa stop-service [-d <device-id>] -a <ability-name> -b <bundle-name>
``` ```
- **dump** - **dump**
Prints ability related information. Prints ability related information.
| Name| Description| | Name | Description |
| ---------------------- | -------------------------------------- | | ---------------------- | -------------------------------------- |
| -h/--help | Help information.| | -h/--help | Help information. |
| -a/--all | Ability information in all missions.| | -a/--all | Ability information in all missions. |
| -s/--stack \<number> | Ability information in a specified mission stack.| | -s/--stack \<number> | Ability information in a specified mission stack. |
| -m/--mission \<number> | Ability information in a specified mission.| | -m/--mission \<number> | Ability information in a specified mission. |
| -l/--stack-list | Mission list in each mission stack.| | -l/--stack-list | Mission list in each mission stack.|
| -u/--ui | System UI ability information.| | -u/--ui | System UI ability information. |
| -e/--serv | Service ability information.| | -e/--serv | Service ability information. |
| -d/--data | Data ability information.| | -d/--data | Data ability information. |
**Method** **Method**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册