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
Hi,
Currently require only support 'AND'
argsparse_use_option option1 "desc option1" argsparse_use_option option2 "desc option2" argsparse_use_option option2 "desc option3" require:"option1 option2"
=> option3 requires option1 AND option2
It would be nice to have => option3 requires option1 OR option2 Or even => option3 requiques (option1 AND option2) OR requires (option4 AND option5)
The text was updated successfully, but these errors were encountered:
Anvil
No branches or pull requests
Hi,
Currently require only support 'AND'
argsparse_use_option option1 "desc option1"
argsparse_use_option option2 "desc option2"
argsparse_use_option option2 "desc option3" require:"option1 option2"
=> option3 requires option1 AND option2
It would be nice to have
=> option3 requires option1 OR option2
Or even
=> option3 requiques (option1 AND option2) OR requires (option4 AND option5)
The text was updated successfully, but these errors were encountered: