Added -h --help to launcher arguments

Added a detailed README
renamed the module `luancher` to `launcher`
This commit is contained in:
2025-02-21 00:04:28 +01:00
parent b892306c09
commit a0eec99f9f
6 changed files with 61 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ allprojects {
subprojects {
apply plugin: 'java'
apply plugin: 'com.gradleup.shadow'
dependencies {
implementation("org.json:json:20250107")