Refactor: Simplify progress indicator

Reduce & simlpify.

Cut feature: where we only report file count, it is always
useful to see file size as well.

cut feature: plural of file. If dust has only indexed a single file by
the time it prints the status then something has gone wrong, safe to
always assume a plural.
This commit is contained in:
andy.boot
2023-01-14 11:40:14 +00:00
parent 29957c1f2c
commit 03a8d643c5
2 changed files with 14 additions and 44 deletions
-1
View File
@@ -179,7 +179,6 @@ fn main() {
None
} else {
let conf = PConfig {
file_count_only: by_filecount, // recommend rm this
use_iso: iso,
ignore_hidden, // can we rm this?
};