Closed WeetHet closed 1 month ago
@tgodzik, are there any other ways that the main function/object can be defined that you know of?
Probably the usual JVM way:
object Main{
def main(args: Array[String]) : Unit = ???
}
and also people doing compiled plugins to generate main methods :D
Are these the main three? If yes, I'd say that's enough for now, that's already much better than before
I would say those are the main 3 yeah
Then, if you are okay with these changes, this is ready to merge. I'm also going to add automatic metals installation and bump the version tomorrow
This adds support for runnables, which allows writing tasks like this: