Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseOptions ¶
type BaseOptions struct { Auth options.AuthOptions GRPC options.GRPC Verbose bool ProfileFile string ActiveProfile string }
func (*BaseOptions) DefineFlags ¶
func (o *BaseOptions) DefineFlags(fs *pflag.FlagSet)
func (*BaseOptions) Validate ¶
func (o *BaseOptions) Validate() error
type Description ¶
type Description struct {
// contains filtered or unexported fields
}
func NewDescription ¶
func NewDescription(use, shortDescription, longDescription string) *Description
func (*Description) GetLongDescription ¶
func (b *Description) GetLongDescription() string
func (*Description) GetShortDescription ¶
func (b *Description) GetShortDescription() string
func (*Description) GetUse ¶
func (b *Description) GetUse() string
Click to show internal directories.
Click to hide internal directories.