Documentation
¶
Index ¶
Constants ¶
View Source
const (
Version = "0.6.1"
)
Variables ¶
View Source
var Default = createDefaultConfig()
Default contains default configuration.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { OutWriter io.Writer ErrWriter io.Writer InReader io.Reader FS afero.Fs Exec *execx.Executor WorkingDir string RootDir string ManifestName string BinDirName string ManagerType manager.Type Verbose bool Logger *log.Logger }
Config specifies the configration for managing development tools.
Click to show internal directories.
Click to hide internal directories.