pub fn get(key: &str) -> Option<String>
Get a configuration value by key.
Returns None if the key doesn’t exist.
None