Documentation
¶
Index ¶
Constants ¶
View Source
const ( WorldCLIConfigFileEnvVariable = "WORLD_CLI_CONFIG_FILE" WorldCLIConfigFilename = "world.toml" )
Variables ¶
View Source
var GetCLIConfigDir = func() (string, error) { homeDir, err := os.UserHomeDir() if err != nil { return "", err } return filepath.Join(homeDir, configDir), nil }
Functions ¶
func SetupCLIConfigDir ¶ added in v1.8.0
func SetupCLIConfigDir() error
Types ¶
Click to show internal directories.
Click to hide internal directories.