Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support for namespacing of command line options #14

Open
larskuhtz opened this issue Jan 29, 2015 · 0 comments
Open

Better support for namespacing of command line options #14

larskuhtz opened this issue Jan 29, 2015 · 0 comments

Comments

@larskuhtz
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant