Skip to content

Commit

Permalink
Update table/options.go
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 authored Jul 25, 2024
1 parent b18c785 commit 4646d39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion table/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ type Options struct {
CellStyle style.Styles `embed:"" prefix:"cell." envprefix:"GUM_TABLE_CELL_"`
HeaderStyle style.Styles `embed:"" prefix:"header." envprefix:"GUM_TABLE_HEADER_"`
SelectedStyle style.Styles `embed:"" prefix:"selected." set:"defaultForeground=212" envprefix:"GUM_TABLE_SELECTED_"`
File string `short:"f" help:"file path" default:""`
ReturnColumn int `short:"r" help:"Which column number should be returned instead of whole row as string. Default=0 returns whole Row" default:"0"`
}

0 comments on commit 4646d39

Please sign in to comment.