NickA02 / SOTestingEnv

This project aims to create a web-based coding platform specifically tailored for Science Olympiad programming events.
2 stars 0 forks source link

Script documentation #42

Closed NickA02 closed 2 weeks ago

NickA02 commented 2 weeks ago

Added CLI Documentation for all current ES Scripts. I have also updated the ReadMe to match (more or less, some slight description differences).

To see these pieces of documentation, use the -h flag! Example:

python3 -m backend.script.example -h

Also, I changed some command names: create_team_table --> add_teams teams_to_database --> teams_to_db

These changes are all small refactors but I think make them easier to work with!