MyGit

8.1.2

google/zx

版本发布时间: 2024-05-28 00:30:23

google/zx最新发布版本:8.1.4(2024-07-04 18:44:34)

Every new zx version is better than previous one. What have we here?

Features

const p = $`echo foo`
p.quiet()        // enable silent mode
p.quiet(false)   // then disable
p.verbose()      // enable verbose/debug mode
p.verbose(false) // and turn it off

await p
const p = $`echo foo`

p.isHalted()
p.isVerbose()
p.isQuiet()
p.isNothrow()

Bug Fixes

Chore

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-05-28发行的版本