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
challenge sync
challenge sync should be able to install challenge when the challenge is not installed logic:
if chal.found: sync chal else: install chal
since maybe people may want to use the ctfcli in github action, it is quite annoying if chal sync throws an error when not installed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
challenge sync
should be able to install challenge when the challenge is not installedlogic:
since maybe people may want to use the ctfcli in github action, it is quite annoying if chal sync throws an error when not installed.
The text was updated successfully, but these errors were encountered: