public final class TestLauncher:
Runs the Klyn test framework from application command-line arguments.
This launcher keeps starter scripts minimal while preserving one execution path for console output, JSON reports, package filters, and the graphical runner. Execution backends are loaded only after option parsing, so help and console runs do not initialize the GUI dependency graph.
import klyn.unittest.launcher exit(TestLauncher.run(arguments))