documentation

This commit is contained in:
gregory 2025-03-13 11:28:34 -04:00
parent 9ea0fc7960
commit 1392eed052

View File

@ -26,7 +26,7 @@ Update config.ini with you Flight Schedule Pro username and password
## Config ## Config
TODO TODO (aka figure it out yourself)
## Scripts ## Scripts
@ -50,6 +50,9 @@ python save_progress_reports.py Greg
# List students # List students
python save_progress_reports.py -l python save_progress_reports.py -l
# Output PDF(s) to another directory
python save_progress_reports.py -o /my/shitty/directory Greg
# More usage details # More usage details
python save_progress_reports.py --help python save_progress_reports.py --help
``` ```