-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Version: 0.2.0-RC-1
Currently, when run, it looks like this:
pi@munich:~/go/wipechromium $ bin/wipechromium -n Default
Browser name : Chromium
Profile name : Default
Erase cache : true
Erase profile : true
Logging enable: false
Clearing profile "Default"
Clearing cache...
Deleted 25,634,287 bytes from cache
Clearing profile
...Erased 251827200 bytes
Clearing Extension Scripts ...
Clearing Extension State ...
Clearing Extension Rules ...
...Cleared extension junk
ChromiumCleaner "Default" cleaned 240.3 MiB
DONE!!!
Notice that Clearing Cache shows the size in Standard format while the final report uses IEC (binary) size mode.
It would be nice to have a CLI flag to select the size-reporting mode (Std, SI, IEC).
- Consistent size reporting
- CLI flag to select size mode
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request