forked from extern/nushell
b190051e15
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. |
||
---|---|---|
.. | ||
assets | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml | ||
README.md |
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.