Function fetch

Source
pub fn fetch(
    env: &Environment<'_, impl Connect, impl Printer>,
    prob_query: &str,
    cwd: impl AsRef<Path>,
) -> SomaResult<()>