mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 01:58:29 +02:00
chore: removes colorization from search
Deprecates `mgutz/ansi` and removes colorization from search as a first step toward improving the functionality.
This commit is contained in:
@ -72,7 +72,7 @@ func cmdSearch(opts map[string]interface{}, conf config.Config) {
|
||||
}
|
||||
|
||||
// search the sheet
|
||||
matches := sheet.Search(reg, conf.Color(opts))
|
||||
matches := sheet.Search(reg)
|
||||
|
||||
// display the results
|
||||
if len(matches) > 0 {
|
||||
|
Reference in New Issue
Block a user