nushell/crates/nu-cmd-extra/tests/commands
Devyn Cairns 6ce5530fc2
Make into bits produce bitstring stream (#13310)
# 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
..
bits Make into bits produce bitstring stream (#13310) 2024-07-07 08:00:57 -05:00
bytes Support ByteStreams in bytes starts-with and bytes ends-with (#12887) 2024-05-17 07:59:08 +08:00
mod.rs Make into bits produce bitstring stream (#13310) 2024-07-07 08:00:57 -05:00