pub fn get_bool(key: &str) -> Result<bool, String>
Expand description

Returns the given settings parameter as bool.

Errors

Returns the error message.