pub fn tree_context(
    config: &Configuration,
    tree: &str,
    garden: Option<&str>
) -> Result<TreeContext, GardenError>
Expand description

Return a Result<garden::model::TreeContext, garden::errors::GardenError> when the tree and optional garden are present.