From 4646d391feffda2d57a2a5c29730421d9a2a6196 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 25 Jul 2024 16:01:52 -0400 Subject: [PATCH] Update table/options.go --- table/options.go | 1 - 1 file changed, 1 deletion(-) diff --git a/table/options.go b/table/options.go index d952e53a7..be870ccd8 100644 --- a/table/options.go +++ b/table/options.go @@ -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"` }