gitlink-cli/doc/changes/label-shortcut.md

340 B

label shortcut

新增 label 命令组,支持仓库标签管理:

命令 功能
label +list 列出仓库所有标签
label +create --name <name> --color <hex> 创建标签
label +update --id <id> [--name <name>] [--color <hex>] 更新标签
label +delete --id <id> 删除标签