📝 Update changelog

This commit is contained in:
noneflow[bot] 2023-08-26 13:51:15 +00:00
parent dc4ac6d8d7
commit 13e40458d7
2 changed files with 2 additions and 1 deletions

View File

@ -452,7 +452,7 @@ alc.parse("test_fuzy")
普通情况下使用,需要利用到 **ArgsStub**、**OptionStub** 和 **SubcommandStub** 三个部分, 普通情况下使用,需要利用到 **ArgsStub**、**OptionStub** 和 **SubcommandStub** 三个部分,
以pip为例其对应的 Duplication 应如下构造: pip 为例,其对应的 Duplication 应如下构造:
```python ```python
from arclet.alconna import OptionResult, Duplication, SubcommandStub from arclet.alconna import OptionResult, Duplication, SubcommandStub

View File

@ -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: 修复 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: 修复子依赖部分代码行号错误 [@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)) - Docs: 补充 `get_last_receive` 示例 [@A-kirami](https://github.com/A-kirami) ([#2278](https://github.com/nonebot/nonebot2/pull/2278))