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
Calls like:
challengeutils setevaluationquota challengeutils killdockeroverquota challengeutils downloadsubmission
Should probably just be
challengeutils set-evaluation-quota challengeutils kill-docker-over-quota challengeutils download-submission
This will be a breaking change.
The text was updated successfully, but these errors were encountered:
While we're at it, we should standardize the parameter names and short flags as well, e.g.
--forceupdate
--force
-f
Sorry, something went wrong.
Good catch, I actually update --forceupdate to --force in #143 so might as well add the -f
Successfully merging a pull request may close this issue.
Calls like:
Should probably just be
This will be a breaking change.
The text was updated successfully, but these errors were encountered: