```
$ rcodesign help compute-code-hashes
Compute code hashes for a binary
Usage: rcodesign[EXE] compute-code-hashes [OPTIONS] <PATH>
Arguments:
<PATH> Path to Mach-O binary to examine
Options:
--hash <HASH>
Hashing algorithm to use [default: sha256] [possible values: none, sha1, sha256, sha256-truncated, sha384, sha512]
-v, --verbose...
Increase logging verbosity. Can be specified multiple times
--page-size <PAGE_SIZE>
Chunk size to digest over [default: 4096]
--universal-index <UNIVERSAL_INDEX>
Index of Mach-O binary to operate on within a universal/fat binary [default: 0]
-h, --help
Print help
```