fix "finded records" for all query
This commit is contained in:
parent
0e6ed176b3
commit
9fae7124be
@ -7,6 +7,7 @@
|
||||
- ♻️ - Edited
|
||||
|
||||
## 0.2.4 - [02/05/2022]
|
||||
- ✔️ - Fixed output finding records for all queryes
|
||||
|
||||
## 0.2.3 - [02/05/2022]
|
||||
- ♻️ - Password outdated date change to 3 month
|
||||
|
11
src/pmng.cr
11
src/pmng.cr
@ -192,14 +192,15 @@ while loop
|
||||
passwords_finded_array += 1
|
||||
end
|
||||
end
|
||||
|
||||
puts
|
||||
print "Finded ".colorize(:yellow).mode(:bold)
|
||||
print passwords_finded_array.colorize(:red).mode(:bold)
|
||||
puts " records".colorize(:yellow).mode(:bold)
|
||||
puts "-----".colorize(:dark_gray).mode(:bold)
|
||||
end
|
||||
|
||||
puts
|
||||
print "Finded ".colorize(:yellow).mode(:bold)
|
||||
print passwords_finded_array.colorize(:red).mode(:bold)
|
||||
puts " records".colorize(:yellow).mode(:bold)
|
||||
puts "-----".colorize(:dark_gray).mode(:bold)
|
||||
puts
|
||||
end
|
||||
|
||||
system "clear"
|
||||
|
Loading…
Reference in New Issue
Block a user