mirror of
https://github.com/nushell/nushell.git
synced 2025-07-18 15:15:20 +02:00
`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.