extremely annoying to have to look up that "16 mebibyte piece sizes" are the integer 16777216 every time, so add a parser for human readable (kibibyte and mebibyte) piece sizes that can be specified from the cli and elsewhere like 16M (or any letter-only string that starts with k or m, case insensitive).
extremely annoying to have to look up that "16 mebibyte piece sizes" are the integer `16777216` every time, so add a parser for human readable (kibibyte and mebibyte) piece sizes that can be specified from the cli and elsewhere like `16M` (or any letter-only string that starts with k or m, case insensitive).