gum/table
Christian Muehlhaeuser af9d065816
fix: reject empty table data
When we treat the first line of a table as its column data, we need
to check if additional data was provided afterwards.

Fixes #304.
2023-03-11 13:15:10 +01:00
..
comma.csv feat(table): gum table for tabular data 2022-10-07 15:38:48 -04:00
command.go fix: reject empty table data 2023-03-11 13:15:10 +01:00
example.csv feat(table): gum table for tabular data 2022-10-07 15:38:48 -04:00
invalid.csv feat(table): gum table for tabular data 2022-10-07 15:38:48 -04:00
options.go fix(table): hide extra style flags + fix envprefix 2022-10-13 11:02:08 -04:00
table.go fix: added esc-key to quit table (#290) 2023-03-06 14:17:47 -05:00