2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 21:48:29 +00:00
nushell/crates/nu-cmd-extra/tests
Devyn Cairns 6ce5530fc2
Make into bits produce bitstring stream ()
# Description

Fix `into bits` to have consistent behavior when passed a byte stream.

# User-Facing Changes

Previously, it was returning a binary on stream, even though its
input/output types don't describe this possibility. We don't need this
since we have `into binary` anyway.

# Tests + Formatting
Tests added
2024-07-07 08:00:57 -05:00
..
commands Make into bits produce bitstring stream () 2024-07-07 08:00:57 -05:00
main.rs cratification: move the bytes command to nu-cmd-extra () 2023-06-23 12:23:08 -07:00