diff --git a/shortcuts/wiki/wiki_node_get.go b/shortcuts/wiki/wiki_node_get.go index 2753225f..f3feeb42 100644 --- a/shortcuts/wiki/wiki_node_get.go +++ b/shortcuts/wiki/wiki_node_get.go @@ -71,7 +71,7 @@ var WikiNodeGet = common.Shortcut{ Tips: []string{ "Example: lark-cli wiki +node-get --node-token https://feishu.cn/wiki/ --as user --format json", "--node-token accepts a raw token (wikcnXXX, docxXXX, ...) or a Lark URL like https://feishu.cn/wiki/ or https://feishu.cn/docx/.", - "Use --node-token, not --node. The deprecated --token alias only exists for old scripts.", + "Use --node-token in new commands; --token is a deprecated compatibility alias for old scripts.", "For raw obj_tokens (not starting with wik), pass --obj-type so the API knows how to resolve them; URL inputs infer it from the path.", "Pair with +move / +node-copy / +delete-space to confirm space_id, obj_type, and parent before mutating.", "--token is the deprecated original name and still works for backward compatibility; new scripts should use --node-token.", diff --git a/skills/lark-wiki/SKILL.md b/skills/lark-wiki/SKILL.md index 2df42a8d..1cbfef75 100644 --- a/skills/lark-wiki/SKILL.md +++ b/skills/lark-wiki/SKILL.md @@ -53,7 +53,7 @@ Shortcut 是对常用操作的高级封装(`lark-cli wiki + [flags]`) | [`+space-create`](references/lark-wiki-space-create.md) | Create a wiki space (user identity only) | | [`+node-list`](references/lark-wiki-node-list.md) | List wiki nodes in a space or under a parent node (supports pagination) | | [`+node-copy`](references/lark-wiki-node-copy.md) | Copy a wiki node to a target space or parent node | -| [`+node-get`](references/lark-wiki-node-get.md) | Get a wiki node's details by node_token / obj_token / Lark URL. **Always pass the input as `--node-token` (not `--node`); `--token` is only a deprecated compatibility alias.** | +| [`+node-get`](references/lark-wiki-node-get.md) | Get a wiki node's details by node_token / obj_token / Lark URL. **Pass the input as `--node-token`; `--token` is only a deprecated compatibility alias.** | | [`+node-delete`](references/lark-wiki-node-delete.md) | Delete a wiki node, polling the async delete task when needed | | [`+member-add`](references/lark-wiki-member-add.md) | Add a member to a wiki space | | [`+member-remove`](references/lark-wiki-member-remove.md) | Remove a member from a wiki space |