mirror of
https://github.com/nushell/nushell.git
synced 2025-07-07 18:07:02 +02:00
Only trim prompt (#876)
* Only trim the output for prompts * Only remove the last newline
This commit is contained in:
@ -124,7 +124,6 @@ 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