File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
src/main/kotlin/io/github/composegears/valkyrie/cli Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ public final class io/github/composegears/valkyrie/cli/MainKt {
2+ public static final fun main ([Ljava/lang/String;)V
3+ }
4+
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ plugins {
33 alias(libs.plugins.buildconfig)
44 alias(libs.plugins.shadow)
55 alias(libs.plugins.valkyrie.kover)
6+ alias(libs.plugins.valkyrie.abi)
67 application
78}
89
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ fun main(vararg args: String) = ValkyrieCli()
1212 .versionOption(BuildConfig .VERSION_NAME , names = setOf (" -v" , " --version" ))
1313 .main(args)
1414
15- class ValkyrieCli : CliktCommand (name = " valkyrie" ) {
15+ internal class ValkyrieCli : CliktCommand (name = " valkyrie" ) {
1616
1717 override val printHelpOnEmptyArgs: Boolean = true
1818
You can’t perform that action at this time.
0 commit comments