Implementing Command for Echo, no examples

Referring to:

https://github.com/nushell/nushell/blob/main/crates/nu-command/src/commands/core_commands/echo.rs

as the original implementation.
This commit is contained in:
Antonio Natilla
2021-11-01 09:12:48 +01:00
parent 3176f60b5b
commit f4ed4fa7e3
3 changed files with 35 additions and 0 deletions

View File

@ -30,6 +30,7 @@ pub fn create_default_context() -> EngineState {
Def,
Do,
Each,
Echo,
ExportDef,
External,
For,