This website requires JavaScript.
Explore
Help
Sign In
extern
/
nushell
Watch
1
Star
0
Fork
1
You've already forked nushell
mirror of
https://github.com/nushell/nushell.git
synced
2024-11-25 09:53:43 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6ce5530fc2
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 15:00:57 +02: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 21:23:08 +02:00
mod
bytes
;
Reference in New Issue
Copy Permalink