Skip to content

Commit

Permalink
📝 Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
noneflow[bot] committed Aug 26, 2023
1 parent dc4ac6d commit 13e4045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/best-practice/alconna/alconna.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ alc.parse("test_fuzy")

普通情况下使用,需要利用到 **ArgsStub****OptionStub****SubcommandStub** 三个部分,

以pip为例,其对应的 Duplication 应如下构造:
以 pip 为例,其对应的 Duplication 应如下构造:

```python
from arclet.alconna import OptionResult, Duplication, SubcommandStub
Expand Down
1 change: 1 addition & 0 deletions website/src/pages/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ toc_max_heading_level: 2

### 📝 文档

- Docs: 更新最佳实践部分的 Alconna 章节 [@RF-Tar-Railt](https://github.com/RF-Tar-Railt) ([#2303](https://github.com/nonebot/nonebot2/pull/2303))
- Docs: 修复 Alconna 中 `CommandResult` 描述错误 [@KomoriDev](https://github.com/KomoriDev) ([#2282](https://github.com/nonebot/nonebot2/pull/2282))
- Docs: 修复子依赖部分代码行号错误 [@A-kirami](https://github.com/A-kirami) ([#2279](https://github.com/nonebot/nonebot2/pull/2279))
- Docs: 补充 `get_last_receive` 示例 [@A-kirami](https://github.com/A-kirami) ([#2278](https://github.com/nonebot/nonebot2/pull/2278))
Expand Down

0 comments on commit 13e4045

Please sign in to comment.