Skip to main content

Module config

Module config 

Source
Expand description

Configuration management.

Loads/saves DOL configuration from YAML or TOML files. Supports Docker host, output format, timeouts, and theme settings. Config is searched in standard paths ($XDG_CONFIG_HOME/dol/, ~/.dolrc, etc.).

§Example

let config = DolConfig::load();
let api_cfg = DockerApiConfig::from(&config);

Structs§

DolConfig

Enums§

ConfigAction

Functions§

execute_config