cache — 管理技能缓存

管理本地技能缓存,支持离线查询。

xskill cache <COMMAND>

cache update

从远程源获取技能列表并保存到缓存:

xskill cache update [-f <source>]

选项:

  • -f, --from <source> — 仅更新特定源(名称或 URL)

每个源的输出:<源名称>: <数量> skills。汇总:Cache updated: N sources, M skills total

cache clear

清除缓存的技能数据:

xskill cache clear [-f <source>]

选项:

  • -f, --from <source> — 仅清除特定源(名称或 URL)