We need to support teams on the download command.
The format is:
exercism download --exercise=hello-world --track=ruby --team=funfun
Call the same API endpoint as the rest of the download command, but with the addition of &team_id, passing the slug that was found.
Store the files under:
$WORKSPACE/teams/$team/$track/$exercise
We need to support teams on the download command.
The format is:
Call the same API endpoint as the rest of the download command, but with the addition of
&team_id, passing the slug that was found.Store the files under: