pub fn parse_bytes_string(value: &str) -> Result<usize, String>
Parse a CLI byte value, accepting either a bare byte count or a byte-unit string such as 32KiB, 1484B, or 2MiB.
byte-unit
32KiB
1484B
2MiB