mirror of
https://github.com/nushell/nushell
synced 2025-02-13 12:43:48 +00:00
# Description - enables `bits` commands to operate on binary data, where both inputs are binary and can vary in length - adds an `--endian` flag to `bits and`, `or`, `xor` for specifying endianness (for binary values of different lengths) # User-Facing Changes - `bits` commands will no longer error for non-int inputs - the default for `--number-bytes` is now `auto` (infer int size; changed from 8) # Tests + Formatting > addendum: first PR, please inform if any changes are needed |
||
---|---|---|
.. | ||
extra | ||
example_test.rs | ||
lib.rs |