Skip to content

Commit

Permalink
docs: Update command.md
Browse files Browse the repository at this point in the history
更正子指令指向的相关链接
  • Loading branch information
LinLin00000000 authored Feb 12, 2024
1 parent 5973868 commit 8a3fa32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh-CN/api/core/command.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ type FieldCollector<K extends string> =
- **config:** [`Command.Config`](./context.md#ctx-command) 指令的配置
- 返回值:`Command` 注册或修改的指令
注册或修改子指令。子指令会继承当期指令的上下文。参见[指令的多级结构](../../guide/basic/command.md#指令的多级结构)章节。
注册或修改子指令。子指令会继承当期指令的上下文。参见 [注册子指令](../../guide/basic/command.md#注册子指令) 和 [子指令](../../manual/usage/command.md#子指令) 章节。
### cmd.parse(input)
Expand Down

0 comments on commit 8a3fa32

Please sign in to comment.