mirror of
https://github.com/nushell/nushell.git
synced 2024-12-12 18:20:55 +01:00
806cd4851f
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;
|