mirror of
https://github.com/nushell/nushell.git
synced 2025-07-11 11:55:10 +02:00
Now, Echo converts multiple values in a ValueStream, but it simply forwards a single Value; if no PipelineData is detected as an input, an empty string is returned as a single Value.
4 lines
43 B
Rust
4 lines
43 B
Rust
pub mod command;
|
|
|
|
pub use command::Format;
|