securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
21 stars 3 forks source link

Nicer output using rich.console #482

Closed ericwb closed 4 months ago

ericwb commented 4 months ago

This change makes use of a more global rich.console Console for output. The console object is passed to renderers instead of created in them.

The unexpected exceptions and errors are now printed with rich. This makes for better readability.