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

Let Clap Parse Arguments to the 'allow' CLI Option #619

Conversation

InsertCreativityHere
Copy link
Member

This PR fixes #614 by making Clap aware of what arguments can be passed to --allow.
A side-effect of this is that Clap now also handles the parsing of these arguments.

This actually makes our code cleaner, since we don't have to do this parsing ourselves anymore,
but means that if a user mis-types an argument, they'll get a Clap error, instead of one of our errors.
See #429.

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

Successfully merging this pull request may close these issues.

Include lint names in slicec[-cs] -A
2 participants