sbt でmainメソッドを実行する方法

sbt でクラスパスにあるクラスのmainメソッドを実行する方法

sbt "run-main com.example.Main arg1 arg2" 

たぶんrun-mainに限らずなのですが、sbt 以下の引数をごっそり"で囲むのがポイント