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