From b4133713064de3b122b46913a55cdf8293ee1e44 Mon Sep 17 00:00:00 2001 From: comp500 Date: Fri, 8 May 2020 18:08:53 +0100 Subject: [PATCH] Fix --help command --- .idea/compiler.xml | 6 ++++++ .idea/packwiz-installer.iml | 2 ++ src/main/kotlin/link/infra/packwiz/installer/Main.kt | 2 ++ 3 files changed, 10 insertions(+) create mode 100644 .idea/compiler.xml create mode 100644 .idea/packwiz-installer.iml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..61a9130 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/packwiz-installer.iml b/.idea/packwiz-installer.iml new file mode 100644 index 0000000..78b2cc5 --- /dev/null +++ b/.idea/packwiz-installer.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/src/main/kotlin/link/infra/packwiz/installer/Main.kt b/src/main/kotlin/link/infra/packwiz/installer/Main.kt index 9111f34..6419533 100644 --- a/src/main/kotlin/link/infra/packwiz/installer/Main.kt +++ b/src/main/kotlin/link/infra/packwiz/installer/Main.kt @@ -1,3 +1,5 @@ +@file:JvmName("Main") + package link.infra.packwiz.installer import link.infra.packwiz.installer.metadata.SpaceSafeURI