feat(issue): add metadata lookup shortcuts #43
Loading…
Reference in New Issue
No description provided.
Delete Branch "wangyue111/gitlink-cli:feat/issue-metadata-shortcuts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
变更内容
issue +prioritiesshortcut,用于查询仓库 Issue 优先级列表。issue +tagsshortcut,用于查询仓库 Issue 标签列表,并支持--keyword、--only-name、--order-by、--order-direction。issue +statusesshortcut,用于查询仓库 Issue 状态列表,并支持--page、--limit。验证
GOPROXY=https://goproxy.cn,direct go test ./...go run . issue +priorities --helpgo run . issue +tags --helpgo run . issue +statuses --helpgit diff --checkc64e07a2d7to34be160d96