mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 15:39:06 +01:00
fix markup (#4155)
This commit is contained in:
parent
3e93ae8af4
commit
91c270c14a
@ -1,8 +1,10 @@
|
||||
# Nu-Engine
|
||||
|
||||
Nu-engine handles most of the core logic of nushell. For example, engine handles:
|
||||
- Passing of data between commands
|
||||
- Evaluating a commands return values
|
||||
- Loading of user configurations
|
||||
|
||||
- Passing of data between commands
|
||||
- Evaluating a commands return values
|
||||
- Loading of user configurations
|
||||
|
||||
## Top level introduction
|
||||
The following topics shall give the reader a top level understanding how various topics are handled in nushell.
|
||||
|
Loading…
Reference in New Issue
Block a user