This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
nushell
Watch
2
Star
0
Fork
You've already forked nushell
0
mirror of
https://github.com/nushell/nushell
synced
2025-01-02 16:29:00 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3af575cce7
nushell
/
crates
/
nu-cmd-extra
/
tests
/
commands
/
mod.rs
3 lines
21 B
Rust
Raw
Normal View
History
Unescape
Escape
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 13:00:57 +00:00
mod
bits
;
cratification: move the bytes command to nu-cmd-extra (#9509) now that #9455 has landed we can move the bytes command to nu-cmd-extra in concert with moving nu_command::util to nu-cmd-base
2023-06-23 19:23:08 +00:00
mod
bytes
;
Reference in a new issue
Copy permalink