README rest
This commit is contained in:
parent
dcce940c40
commit
1b93fc0eb3
|
@ -1,3 +1,5 @@
|
|||
Utilities used by the different `nu-command`/`nu-cmd-*` crates, should not contain any full `Command` implementations.
|
||||
|
||||
## Internal Nushell crate
|
||||
|
||||
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
Logic to resolve colors for syntax highlighting and output formatting
|
||||
|
||||
## Internal Nushell crate
|
||||
|
||||
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.
|
||||
|
|
|
@ -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
|
||||
|
||||
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
This crate primarily drives the evaluation of expressions.
|
||||
|
||||
(Some overlap with nu-protocol)
|
||||
|
||||
- Provides `CallExt`
|
||||
|
||||
## Internal Nushell crate
|
||||
|
||||
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
Implementation of the interactive `explore` command pager.
|
||||
|
||||
## Internal Nushell crate
|
||||
|
||||
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
Implementation of the layout engine for the `grid` command.
|
||||
|
||||
## Internal Nushell crate
|
||||
|
||||
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.
|
||||
|
|
|
@ -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
|
||||
|
||||
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.
|
||||
|
|
Loading…
Reference in New Issue
Block a user