Scala/Mill: Step 5, Specifying a Main Class in the REPL
Briefly

Start Mill's interactive mode from your OS command-line in the project's root directory using the mill command. Select a main method within the REPL by specifying the class and package names.
RssAtomReader.runMain("hello.Hello")() allows running a specific main method in a Scala project, with the flexibility to choose main methods from Java classes, providing options within the Mill REPL.
Read at Alvinalexander
[
add
]
[
|
|
]