Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sorry was a little bit busy
close #14842
I've added a test but I'd check if it solved it.
cc: @fdncred
Unrelated
Recently got a pretty good format idea (zhiburt/tabled#472)
Just wanna highlight that we could probably experiment with it, if it being a bit elaborated.
It's sort of KV table which nushell already has,
But it's more for a default table where each row/record being rendered as a KV table.
It's not something super nice I guess but maybe it could get some appliance.
So yes pointing it out just in case.
Like these.
PS: Now thinking about it,
it's sort of like doing a iteration over rows and building a current KV table,
Which is interesting cause we could do it row by row, in which case doing CTRLC would not ruin build but got some data rendered.
All though it's a different kind of approach. Just saying.