Versions in this module Expand all Collapse all v1 v1.0.0 Jun 4, 2021 Changes in this version + type Options struct + func (cmd *Options) GetBool(name string) (b bool) + func (cmd *Options) GetInt(name string) (i int) + func (cmd *Options) GetInt32(name string) (i int32) + func (cmd *Options) GetString(name string) (s string) + func (cmd *Options) GetStringSlice(name string) (s []string) + type Table interface + Append func(row []string) + AppendBulk func(rows [][]string) + NumLines func() int + Render func() + SetColWidth func(width int) + SetHeader func(keys []string) + func NewTable(w ...io.Writer) Table