nushell/crates/nu-cmd-extra/tests/commands
Stefan Holderbach d36514a323
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 22:49:25 +01:00
..
bits Rename/deprecate into bits to format bits (#14634) 2024-12-28 22:49:25 +01: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