Default
| Command | Description |
|---|---|
| banner | Print a banner for Nushell with information about the project |
| inc | Increment a value or version. Optionally use the column of a table. |
| peek | Peek the first <n> elements of a stream and store them in the metadata. |
| pwd | Return the current working directory |
| run-internal | Run a built-in command by name. Used internally by `%($cmd)` dynamic dispatch. |