Documentation ¶
Overview ¶
Package cl contains global variables used across the cli package. Yeah its probably a bad pattern but it works and removes us from dependency hell.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Harness ¶
Harness is a structure for values that all commands need access to.
var State *Harness
State holds values that aid in the lifetime of a command.
func (*Harness) NewFormatter ¶
func (s *Harness) NewFormatter()
func (*Harness) WriteConfig ¶ added in v0.5.0
writeConfig takes the current representation of config and writes it to the file.
Click to show internal directories.
Click to hide internal directories.