I read the documentation and it has # fmt: off and # fmt: on to exclude those cases where you just need to preserve formatting, so I _could_ live with it.
I would use docopt from docopt.org it parses the help you would have to write anyway, to handle options. It also works for multiple languages.
I read the documentation and it has # fmt: off and # fmt: on to exclude those cases where you just need to preserve formatting, so I _could_ live with it.