freelabz/secator

refactor: deprecate rich_to_ansi in favor of console.print()

Opened this issue · 0 comments

For everything expect maybe the __repr__ function of secator/output_types/*.py

For instance, the secator/utils.py debug() method can be simplified by removing rich_to_ansi and using console.print(s) instead.