How to find the mission slug?
I am trying to configure my local environment with checkio client.
I need to know from where can I find the mission slugs, so that I can create test files using -
$ checkio inti <mission-slug> checkio_solutions/<mission-slug>.py
Example usage -
$ checkio init median checkio_solutions/median.py