Runs one CLI command and returns its exit code: 0 on success, 2 when the
API rejected the key, 1 for other errors. verify returns 1 when the check
fails. browser and sandbox run return the exit code of the command they
ran (124 when the sandbox times out). Errors go to io.stderr as JSON
through handleError. It never calls process.exit, except that
autotopup --every loops until the process is stopped.
Runs one CLI command and returns its exit code: 0 on success, 2 when the API rejected the key, 1 for other errors.
verifyreturns 1 when the check fails.browserandsandbox runreturn the exit code of the command they ran (124 when the sandbox times out). Errors go toio.stderras JSON through handleError. It never callsprocess.exit, except thatautotopup --everyloops until the process is stopped.