nushell/crates/nu-command/src/strings/format/mod.rs
Antonio Natilla 806cd4851f Format implementation, fix on Echo
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.
2021-11-03 19:57:30 +01:00

4 lines
43 B
Rust

pub mod command;
pub use command::Format;