freelabz / secator

secator - the pentester's swiss knife
https://docs.freelabz.com
Other
850 stars 70 forks source link

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

Open ocervell opened 6 months ago

ocervell commented 6 months ago

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.