Closed
Description
Is your feature request related to a problem? Please describe.
UST should exit with a non-zero status code when critical errors are caught.
Describe the solution you'd like
- Call
click.exit()
at end ofrun_sync()
. Pass anexit_code
variable, which is global toapp.py
and set to1
when uncaughtAssertionException
s or genericException
s are caught - Log uncaught
Exception
s as critical
Describe alternatives you've considered
n/a
Additional context
n/a
Metadata
Metadata
Assignees
Labels
No labels