pub async fn install_source(
repo_root: &Path,
cfg: &KibbleConfig,
src: &str,
force: bool,
project: bool,
scan_only: bool,
) -> Result<Vec<String>>Expand description
Resolve a source (local path or URL) and install (or, with scan_only, just detect) its skills.