GHHG10's picture
download
raw
322 Bytes
import { initI18n, t } from "./i18n"
export async function installCli(): Promise<void> {
await initI18n()
try {
const path = await window.api.installCli()
window.alert(t("desktop.cli.installed.message", { path }))
} catch (e) {
window.alert(t("desktop.cli.failed.message", { error: String(e) }))
}
}

Xet Storage Details

Size:
322 Bytes
·
Xet hash:
0219bf7f431b8ad4918bd91756c2d67a80f46a44ac5d60833ae72ddef355067a

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.