EdgeAIG's picture
download
raw
310 Bytes
#!/usr/bin/env node
import { UserError, cli, help } from './dist/cli.mjs'
cli(process.stdin, error => {
if (error instanceof UserError) {
if (error.code === UserError.ARGS) console.error(`${help}\n`)
console.error(error.message)
process.exitCode = error.code
} else if (error) throw error
})

Xet Storage Details

Size:
310 Bytes
·
Xet hash:
8ab63927382715f5d76803664e908a441038c335a8073c085331893d050e9215

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