pub async fn pull(
t: &Transport,
dir: &Path,
format: Format,
selectors: &[String],
tag: Option<&str>,
search: Option<&str>,
source: RuleSource,
) -> Result<PullReport>Expand description
Pull the mirror, scoped by source. The custom/all default lives on the
clap flag, where --help shows it, not in this signature (spec 5.5).