Hi @jrfonseca, it has come to my attention that… - gprof2dot is still using `optparse` and - stdlib `argparse` [has enabled color output with Python 3.14](https://github.com/python/cpython/issues/130645) by now. I would like to offer a migration to `argparse` if that welcome. What do you think? Best, Sebastian