Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoHEAD = errors.New("HEAD not specified: indicate with -use or run the \"use\" command")
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags struct {
ConfigDir string
// LakeSpecified is set to true if the lake is explicitly set via either
// command line flag or environment variable.
LakeSpecified bool
Lake string
Quiet bool
}
func (*Flags) Connection ¶ added in v1.1.0
func (l *Flags) Connection() (*client.Connection, error)
Click to show internal directories.
Click to hide internal directories.