List label description (#60)

pull/62/head
Lunny Xiao 5 years ago committed by techknowlogick
parent 651ba2aba4
commit e456abcc8c

1
.gitignore vendored

@ -1,2 +1,3 @@
tea
.idea/
.history/

@ -43,6 +43,7 @@ func runLabels(ctx *cli.Context) error {
"Index",
"Color",
"Name",
"Description",
}
var values [][]string
@ -76,6 +77,7 @@ func runLabels(ctx *cli.Context) error {
strconv.FormatInt(label.ID, 10),
label.Color,
label.Name,
label.Description,
},
)
}

Loading…
Cancel
Save