From 199b6bdabb0f632fb2ff03127979ea7eaaa0f044 Mon Sep 17 00:00:00 2001 From: qwint Date: Sun, 20 Apr 2025 06:04:56 -0500 Subject: [PATCH] Launcher: Update header docstring (#4777) --- Launcher.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Launcher.py b/Launcher.py index 713c0cd3..859ebf0f 100644 --- a/Launcher.py +++ b/Launcher.py @@ -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