Prints the amount of tickets found
This commit is contained in:
parent
9ca9c4d988
commit
067f8360b5
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,9 @@ func RunGreps(dir string, strs, exts []string, caseInsensitive bool) ([]*model.T
|
|||
tickets = append(tickets, results...)
|
||||
}
|
||||
|
||||
tickets = model.RemoveDuplicateTickets(tickets)
|
||||
fmt.Printf("%d matches found\n", len(tickets))
|
||||
|
||||
return tickets, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue