mirror of
https://github.com/nushell/nushell.git
synced 2025-07-15 22:05:51 +02:00
@ -62,7 +62,7 @@ impl Command for Lines {
|
||||
.filter_map(|s| {
|
||||
if !s.is_empty() {
|
||||
Some(Value::String {
|
||||
val: s.trim().into(),
|
||||
val: s.into(),
|
||||
span,
|
||||
})
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user