Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Version string
LogLevel ui.Level
BaseDistURL string
HTTP func(HTTPTransportConfig) *http.Client
State state.Config
// True if we're running in CI.
CI bool
}
Config for the main Hermit application.
type GlobalState ¶ added in v0.2.2
type GlobalState struct {
Env envars.Envars `help:"Extra environment variables to apply to environments."`
ShortPrompt bool `help:"Use a minimal prompt in active environments."`
}
GlobalState configurable by user to be passed through to Hermit.
Click to show internal directories.
Click to hide internal directories.