Architecture Decision Records for npx.
Date: 2025-01-10
Accepted
So far we have been using console.error
and process.exit
to show errors and
quit the tool.
We will replace all occurrences of process.exit
with throwing Error
s.
It will be possible to test functions for exceptions.