Class Launcher
java.lang.Object
studentrepoloader.cli.Launcher
Command-line entry point for initializing a course folder under ViLLe RepoLoader.
This command verifies the provided ViLLe export `.txt` file and moves it into the appropriate course subdirectory under `./ViLLe courses/`, using the given GitLab group as the folder path. Optionally enables GitLab group validation for downstream cloning.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Launcher
public Launcher()
-
-
Method Details
-
call
-
main
CLI entry point. Initializes the base folder structure, then delegates to Picocli.- Parameters:
args
- standard CLI args
-