update api docs

This commit is contained in:
Github Build Bot
2022-05-04 09:05:13 +00:00
parent 8ce6e2c111
commit 088031f807
3 changed files with 139 additions and 18 deletions

View File

@@ -194,23 +194,6 @@ public function arrayToStr(array $array): string
| string | |
## generateCommandHelp
```php
public function generateCommandHelp(): array
```
### 描述
根据注解树生成命令列表、帮助
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| array | 帮助信息,每个元素对应一个命令的帮助信息,格式为:命令名(其他触发条件):命令描述 |
## checkArguments
```php