class
Obsctl::Config::ConfigLoader
- Obsctl::Config::ConfigLoader
- Reference
- Object
Overview
Loads and validates YAML config files from disk.
Defined in:
obsctl/config/config_loader.crInstance Method Summary
-
#load(path : String) : Config
Reads
path, parses YAML, and validates the resulting config.
Instance Method Detail
Reads path, parses YAML, and validates the resulting config.