forked from extern/nushell
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:
@ -30,6 +30,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Def,
|
||||
Do,
|
||||
Each,
|
||||
Echo,
|
||||
ExportDef,
|
||||
External,
|
||||
For,
|
||||
|
Reference in New Issue
Block a user