Skip to content

[WIP] Add new global option to force size output in bytes

Sören Tempel requested to merge nmeum/apk-tools:apk-byte-size into master

Useful for scripts where you might want to determine the exact size of a package, instead of an approximated package size for improved human readability.

See also: a6039e38 (comment 136396)


Just quickly hacked this together as a PoC without much testing.

CC: @dev_urandom

Merge request reports