refactor: minimum-size

Change so it ignores the 'si' flag of output. But allow it to work with
kib/kb/mib/mb etc
This commit is contained in:
andy.boot
2024-02-25 10:09:17 +00:00
parent ebb3b8cceb
commit 4df4eeaa38
3 changed files with 43 additions and 31 deletions

View File

@@ -85,7 +85,7 @@ Usage: dust -P (Disable the progress indicator)
Usage: dust -R (For screen readers. Removes bars/symbols. Adds new column: depth level. (May want to use -p for full path too))
Usage: dust -S (Custom Stack size - Use if you see: 'fatal runtime error: stack overflow' (default allocation: low memory=1048576, high memory=1073741824)"),
Usage: dust --skip-total (No total row will be displayed)
Usage: dust -z 4000000 (Exclude output files/directories below size 4MB)
Usage: dust -z 40000/30MB/20kib (Exclude output files/directories below size 40000 bytes / 30MB / 20KiB)
```
## Config file