README rest

This commit is contained in:
sholderbach 2024-05-19 22:35:52 +02:00
parent dcce940c40
commit 1b93fc0eb3
7 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,5 @@
Utilities used by the different `nu-command`/`nu-cmd-*` crates, should not contain any full `Command` implementations.
## Internal Nushell crate ## Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly. This crate implements components of Nushell and is not designed to support plugin authors or other users directly.

View File

@ -1,3 +1,5 @@
Logic to resolve colors for syntax highlighting and output formatting
## Internal Nushell crate ## Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly. This crate implements components of Nushell and is not designed to support plugin authors or other users directly.

View File

@ -1,3 +1,7 @@
This crate contains the majority of our commands
We allow ourselves to move some of the commands in `nu-command` to `nu-cmd-*` crates as needed.
## Internal Nushell crate ## Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly. This crate implements components of Nushell and is not designed to support plugin authors or other users directly.

View File

@ -1,3 +1,9 @@
This crate primarily drives the evaluation of expressions.
(Some overlap with nu-protocol)
- Provides `CallExt`
## Internal Nushell crate ## Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly. This crate implements components of Nushell and is not designed to support plugin authors or other users directly.

View File

@ -1,3 +1,5 @@
Implementation of the interactive `explore` command pager.
## Internal Nushell crate ## Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly. This crate implements components of Nushell and is not designed to support plugin authors or other users directly.

View File

@ -1,3 +1,5 @@
Implementation of the layout engine for the `grid` command.
## Internal Nushell crate ## Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly. This crate implements components of Nushell and is not designed to support plugin authors or other users directly.

View File

@ -1,3 +1,7 @@
This crate provides utilities for testing of Nushell
Plugin authors should instead refer to `nu-plugin-test-support`
## Internal Nushell crate ## Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly. This crate implements components of Nushell and is not designed to support plugin authors or other users directly.