pub async fn install_aube(
cfg: &RuntimeConfig,
version: &Version,
progress: &dyn DownloadProgress,
) -> Result<InstalledAube, Error>Expand description
Install aube version, honoring the installer mode: mise
delegation first under auto/mise (one tool store for mise
users), self-download from GitHub releases otherwise.