Commit graph

5 commits

Author SHA1 Message Date
Dieter Eickstaedt
93da22d656
feat(table): adds --return-column (#415)
* feat: Adding Return Column to table command

Consider a table of
ID Name Description
1  Task1 Task description

It would be good to select the row but retrieve the ID for example for further processing

like 'task 1 delete' when first row was selected

* feat: Return Column boundary check fixed

* Update table/options.go

---------

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-15 13:50:37 -03:00
Carlos Alexandro Becker
d722a2f1b8
fix: height 0 by default (#640) 2024-07-25 15:50:22 -04:00
Maas Lalani
89e2a0fbd5
feat: static --print table (#436) 2023-10-16 10:51:31 -04:00
Maas Lalani
844727f185
fix(table): hide extra style flags + fix envprefix 2022-10-13 11:02:08 -04:00
Maas Lalani
bdd86d5fbc feat(table): gum table for tabular data 2022-10-07 15:38:48 -04:00