Currently there is no direct support for namespacing of options. It can be done by explicitly passing a prefix parameter to the option parser. We may add some automated support for this. Instead of integrating this into the idiom (which would mean to mainly document the pattern that we currently use) we may consider using optparse-applicative's support for mapping over option parsers.