Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecEnv ¶
type ExecEnv struct {
// InstallDir is the directory where mise is installed. This is not necessarily the same as the data directory.
InstallDir string
// Additional env vars that configure mise and are required for its operation.
ExtraEnvs map[string]string
}
ExecEnv contains everything needed to run mise commands in a specific environment that is installed and pre-configured.
Click to show internal directories.
Click to hide internal directories.