Install when using `challenge sync`
Open
- Dominant language
- Python
- Stars
- 215
- Forks
- 95
- Avg merge
- 2h 17m
- Merged PRs (30d)
- 1
Description
`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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.