nushell/crates/nu-command/src/core_commands
Antonio Natilla 1c2741c598 Fixing run implementation for Echo
Values to echo need to be extracted from the call, and then converted
into PipelineData.

I also updated the first example so that its result is a List,
as in the reference implementation.
2021-11-01 15:43:16 +01:00
..
alias.rs WIP 2021-10-26 05:58:58 +13:00
def.rs WIP 2021-10-26 05:58:58 +13:00
do_.rs WIP 2021-10-26 09:04:23 +13:00
echo.rs Fixing run implementation for Echo 2021-11-01 15:43:16 +01:00
export_def.rs WIP 2021-10-26 05:58:58 +13:00
for_.rs Add initial ctrl-c support 2021-10-28 17:13:10 +13:00
help.rs Add initial ctrl-c support 2021-10-28 17:13:10 +13:00
hide.rs WIP 2021-10-26 05:58:58 +13:00
if_.rs WIP 2021-10-26 09:04:23 +13:00
let_.rs WIP 2021-10-26 05:58:58 +13:00
mod.rs Implementing Command for Echo, no examples 2021-11-01 09:12:48 +01:00
module.rs WIP 2021-10-26 05:58:58 +13:00
source.rs WIP 2021-10-26 05:58:58 +13:00
use_.rs Change import pattern delimiter to space 2021-10-27 00:13:39 +03:00