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

Add option to ignore or warn on unknown arguments #4

Open
Sirraide opened this issue Mar 7, 2024 · 0 comments
Open

Add option to ignore or warn on unknown arguments #4

Sirraide opened this issue Mar 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Sirraide
Copy link
Owner

Sirraide commented Mar 7, 2024

Something like:

unknown_error // default, obviously
unknown_warn
unknown_ignore

Implement this as a type that stores an enumerator; we could expose the enumerator, but that would mean 1. more things to check, and 2. unknown<unknown_mode::error> is too verbose, and unknown<error> is just namespace pollution, so there’s no particularly good way of doing that...

@Sirraide Sirraide added the enhancement New feature or request label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant