Closed
Description
Summary
In v7 we broke the ability for users to parse stderr
vs. stdout
output when --json
is passed.
Exit Criteria
- revert to using
console.log()
vs.console.error()
here
In v7 we broke the ability for users to parse stderr
vs. stdout
output when --json
is passed.
console.log()
vs. console.error()
here