change style
This commit is contained in:
		
							parent
							
								
									f264c8d8d3
								
							
						
					
					
						commit
						5d45e648a3
					
				@ -81,7 +81,7 @@ You can list showing all fields with '-v'.`,
 | 
				
			|||||||
				t.AppendRow([]interface{}{todo.ID, desc, date, string(comp)})
 | 
									t.AppendRow([]interface{}{todo.ID, desc, date, string(comp)})
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		t.SetStyle(table.StyleLight)
 | 
							t.SetStyle(table.StyleColoredBlueWhiteOnBlack)
 | 
				
			||||||
		t.SetAllowedRowLength(cols)
 | 
							t.SetAllowedRowLength(cols)
 | 
				
			||||||
		t.SetColumnConfigs([]table.ColumnConfig{
 | 
							t.SetColumnConfigs([]table.ColumnConfig{
 | 
				
			||||||
			{Number: 4, Align: text.AlignCenter},
 | 
								{Number: 4, Align: text.AlignCenter},
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user