mirror of
https://github.com/nushell/nushell.git
synced 2025-05-28 22:07:40 +02:00
Select used to ignore absent values resulting in "squashing" where columns for multiple rows could be squashed into a single row. This fixes the problem by inserting null/nothing into absent value, thus preserving the structure of rows. This makes sure that all selected columns are present in each row.
nu-command
The Nu command crate contains the full set of internal commands, that is, the commands that can be form the set of built-in commands in a Nushell engine.
The default set of commands that Nushell ships with can be found in the default context.
The commands themselves live in the commands module.