mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 07:05:47 +02:00
Automatically trim ends of stdin/stdout strings (#874)
This commit is contained in:
@ -72,6 +72,7 @@ impl Command for Table {
|
||||
.into_iter(),
|
||||
),
|
||||
ctrlc,
|
||||
false,
|
||||
head,
|
||||
),
|
||||
head,
|
||||
@ -188,6 +189,7 @@ impl Command for Table {
|
||||
stream,
|
||||
}),
|
||||
ctrlc,
|
||||
false,
|
||||
head,
|
||||
),
|
||||
head,
|
||||
|
Reference in New Issue
Block a user