mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 08:16:32 +02:00
Only trim prompt (#876)
* Only trim the output for prompts * Only remove the last newline
This commit is contained in:
@ -72,7 +72,6 @@ impl Command for Table {
|
||||
.into_iter(),
|
||||
),
|
||||
ctrlc,
|
||||
false,
|
||||
head,
|
||||
),
|
||||
head,
|
||||
@ -189,7 +188,6 @@ impl Command for Table {
|
||||
stream,
|
||||
}),
|
||||
ctrlc,
|
||||
false,
|
||||
head,
|
||||
),
|
||||
head,
|
||||
|
Reference in New Issue
Block a user