mirror of
https://github.com/nushell/nushell.git
synced 2025-01-05 05:50:14 +01:00
d36514a323
# 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` |
||
---|---|---|
.. | ||
assets/nu_json | ||
const_ | ||
eval | ||
fixtures | ||
hooks | ||
modules | ||
overlays | ||
parsing | ||
path | ||
plugin_persistence | ||
plugins | ||
repl | ||
scope | ||
shell | ||
main.rs |