We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The goal is to have a class that you can pass the argc and argv to be parsed, and you can query if certain arguments are present.
You can also specify the scheme you want and that if an argument is supposed to have a parameter and it's missing, the parsing will fail.
e.g. -myArgument . If is missing, the parsing returns false and you can show an error to the end user.
The text was updated successfully, but these errors were encountered:
Rosme
No branches or pull requests
The goal is to have a class that you can pass the argc and argv to be parsed, and you can query if certain arguments are present.
You can also specify the scheme you want and that if an argument is supposed to have a parameter and it's missing, the parsing will fail.
e.g. -myArgument . If is missing, the parsing returns false and you can show an error to the end user.
The text was updated successfully, but these errors were encountered: