Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/zh/plugin/command.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ php bin/hyperf.php mine-extension:create

| 参数 | 类型 | 默认值 | 备注 |
|---------------|---------|---------|------------------------------------|
| path | string | 无,必填 | 创建路径,例如 zds/app-store |
| --name | string | example | 插件名称 |
| --type | string | mixed | 插件类型 可选类型: mixed,frontend,backend |
| path | string | 无 | 必填;创建路径,格式为 用户名/插件目录名(例如:zds/app-store) |
| --type | string | mixed | 插件类型 可选: mixed,frontend,backend |
| --author | string| 无,可选 | 作者名称,此值会填充到 minejson.author 中 |
| --description | string| 无,可选 | 插件介绍,此值会填充到 minejson.description 中 |
Loading