We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
79b908e
Ergonomics change to support directly awaiting .stdout instead of needing to wrap the await exec in parens.
.stdout
Before:
const result = (await git.status()).stdout
After:
const result = await git.status().stdout
46ba584
Allow ExecOpts to be optionally passed in at wrap time to support defaul opts for the lifespan of the wrap.
642ceed
Attach the typed child process to the execAsync promise
6245ce9
Bump
3f0ba8a
bump
abc1719
version
d6fd3a0
Update publish.yml
7d09b72
daa8865
b0c82fa
change name