mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 09:15:26 +01:00 
			
		
		
		
	List label description (#60)
This commit is contained in:
		 Lunny Xiao
					Lunny Xiao
				
			
				
					committed by
					
						 techknowlogick
						techknowlogick
					
				
			
			
				
	
			
			
			 techknowlogick
						techknowlogick
					
				
			
						parent
						
							651ba2aba4
						
					
				
				
					commit
					e456abcc8c
				
			| @@ -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, | ||||
| 				}, | ||||
| 			) | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user