multi progress box also hidden if --progress not set

This commit is contained in:
sreedevk
2025-07-13 13:37:03 +00:00
parent fcf69ae1cc
commit 5daec2f531
3 changed files with 11 additions and 2 deletions

View File

@@ -126,7 +126,6 @@ These benchmarks were run using [hyperfine](https://github.com/sharkdp/hyperfine
- [ ] scanning + processing sw + processing hw + formatting + printing
- [x] reduce cloning values on the heap
- [x] add a partial hashing mode (--strict)
- [ ] add an option to use a bloom filter for very large filesystems
- [ ] max file path size should use the last set of duplicates
- [-] add unit tests
- [x] add silent mode
@@ -135,3 +134,6 @@ These benchmarks were run using [hyperfine](https://github.com/sharkdp/hyperfine
- [x] remove color output
- [ ] progress bar improvements
- [ ] use progress bar groups
- [ ] fix memory leak on very large filesystems
- [ ] maybe use a bloom filter
- [ ] reduce FileInfo size