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
Here are a bunch of commands with invalid arguments that should be caught in the input validation layer.
zonemaster-cli --ds=1 example. # missing --ds fields zonemaster-cli --ds=foobar,1,1,1 example. # invalid keytag zonemaster-cli --ds=1,foobar,1,1 example. # invalid algorithm zonemaster-cli --ds=1,1,foobar,1 example. # invalid type zonemaster-cli --ds=1,1,1,foobar example. # invalid digest zonemaster-cli --encoding=foobar example. # invalid encoding zonemaster-cli --locale=foobar example. # invalid locale zonemaster-cli --hints=/ example. # file cannot be opened for reading zonemaster-cli --restore=/ example. # file cannot be opened for reading zonemaster-cli --save=/ example. # file cannot be opened for writing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here are a bunch of commands with invalid arguments that should be caught in the input validation layer.
The text was updated successfully, but these errors were encountered: