I am starting to use sbt build my Scala code (and handle dependencies). As far as I know if I use
$ sbt run
on the command line th
$ sbt foo/run arg1 arg2 also work
$ sbt foo/run arg1 arg2