The run / baseDirectory can be set in build.sbt as follows:
run / baseDirectory := file("path")
Is it possible to set this path from the command line? If