We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To avoid errors like:
Script .scala does not take arguments: "--" "--test" "--nocache" etc. etc. ammonite
You need to add to the ammonite script:
@main def main(s: String*): Unit = { // println(s) }