mirror of
https://github.com/nushell/nushell.git
synced 2025-07-07 10:01:26 +02:00
Automatically trim ends of stdin/stdout strings (#874)
This commit is contained in:
@ -124,6 +124,7 @@ impl Command for Open {
|
||||
RawStream::new(
|
||||
Box::new(BufferedReader { input: buf_reader }),
|
||||
ctrlc,
|
||||
false,
|
||||
call_span,
|
||||
),
|
||||
call_span,
|
||||
|
Reference in New Issue
Block a user