mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Launcher: Update header docstring (#4777)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
"""
|
||||
Archipelago Launcher
|
||||
|
||||
* if run with APBP as argument, launch corresponding client.
|
||||
* if run with executable as argument, run it passing argv[2:] as arguments
|
||||
* if run without arguments, open launcher GUI
|
||||
* If run with a patch file as argument, launch corresponding client with the patch file as an argument.
|
||||
* If run with component name as argument, run it passing argv[2:] as arguments.
|
||||
* If run without arguments or unknown arguments, open launcher GUI.
|
||||
|
||||
Scroll down to components= to add components to the launcher as well as setup.py
|
||||
Additional components can be added to worlds.LauncherComponents.components.
|
||||
"""
|
||||
|
||||
import argparse
|
||||
|
Reference in New Issue
Block a user