Skip to content

Commit 068a404

Browse files
committed
docs: keep lark doc skill create example
Change-Id: Ic7005e015c9e71a4582c1f4a8ac8222d552426d4
1 parent 066d461 commit 068a404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/lark-doc/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
```bash
1818
# 常用示例
1919
lark-cli docs +fetch --api-version v2 --doc "文档URL或token"
20-
lark-cli docs +create --api-version v2 --title "标题" --content '<p>内容</p>'
20+
lark-cli docs +create --api-version v2 --content '<title>标题</title><p>内容</p>'
2121
lark-cli docs +update --api-version v2 --doc "文档URL或token" --command append --content '<p>内容</p>'
2222
```
2323

0 commit comments

Comments
 (0)