An easier way to do this right?

This commit is contained in:
Oliver Tzeng 2023-01-14 10:10:56 +08:00 committed by GitHub
parent 36ef76185c
commit f21a008117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -304,7 +304,7 @@ Available spinner types include: `line`, `dot`, `minidot`, `jump`, `pulse`, `poi
Select a row from some tabular data.
```bash
gum table < flavors.csv | cut -d ',' -f 1
gum table -s , < flavors.csv
```
<img src="https://stuff.charm.sh/gum/table.gif" width="600" alt="Shell running gum table" />