Function garden::config::parse

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

Parse and apply configuration from a YAML/JSON string