ctfcli icon indicating copy to clipboard operation
ctfcli copied to clipboard

Install when using `challenge sync`

Open R1ckyH opened this issue 11 months ago • 0 comments

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.

R1ckyH avatar Feb 10 '25 20:02 R1ckyH