mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
8335e8df35
Follows #94254. Why have an in-repo .exe (yikes!) _and_ a Python script, glued together by a .bat, when we can do everything in one Python script? Run like: ```sh tools/bootstrap/python -m CreditsTool tgstation tgstation ``` Full usage: ``` usage: __main__.py [-h] [--output OUTPUT] [--remappings REMAPPINGS] [--icon-size ICON_SIZE] repo_owner repo [auth_token] ```