pub fn parse(
    config_string: &str,
    verbose: u8,
    cfg: &mut Configuration
) -> Result<(), GardenError>
Expand description

Parse and apply configuration from a YAML/JSON string