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-14 22:24:54 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1b7fabd1fd
nushell
/
crates
/
nu-cmd-extra
/
tests
/
commands
/
bits
/
mod.rs
2 lines
12 B
Rust
Raw
Normal View
History
Unescape
Escape
Rename/deprecate `into bits` to `format bits` (#14634) # Description `into bits` is a bad name because it is not a traditional type cast to a `bits` type like all the other `into` commands. Instead it is a pretty printer generating `string` type output. Thus the correct bucket is `format` and its subcommands. # User-Facing Changes `into bits` will raise a `DeprecatedWarning` suggesting the move to `format bits` `into bits` can be removed in `0.103.0` # Tests + Formatting All tests that relied on `into bits` have been updated to `format bits`
2024-12-28 21:49:25 +00:00
mod
format
;
Reference in a new issue
Copy permalink