1.4.0 release #9

Merged
Infendro merged 20 commits from develop into main 2026-01-10 07:37:21 +00:00
Showing only changes of commit c8e3902661 - Show all commits

View File

@@ -64,5 +64,5 @@ fun main(args: Array<String>) = command("application") {
println("""command "$value" executed!""")
}
}
}.run(args)
}.run(*args)
```