module

Mzap::Config

Constants

DEFAULT_CONFIG_PATH = File.join(".config", "mzap", "config.toml")
EXTENSIONS = [".toml", ".yaml", ".yml", ".json", ".hcl", ".ini", ".properties"] of ::String
ROOT_TABLE = "mzap"

Instance methods

load_options(config_path : String) : FileOptions
Source
show_config_notice(resolved_path : String | Nil, io : IO = STDOUT) : Nil
Source

Nested types