feat(issue): add columns for issue type / assignee

This commit is contained in:
HJJ 2024-04-20 19:58:03 +08:00
parent 3c84d8b5b5
commit b7d565efed
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ var RootCmd = &cobra.Command{
Use: "gitee",
Short: "Gitee In terminal",
Long: "Gitee CLI is a tool which interact with gitee server seamlessly via terminal",
Version: "0.0.5",
Version: "0.0.6",
}
func init() {