Paddy3118

Authored Comments

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.