Scala インタープリターを使用する場合、次のようなオプションで開始できます。
C:\Users\John>scala -unchecked
Welcome to Scala version 2.9.2 (Java HotSpot(TM) Client VM, Java 1.6.0_32).
Type in expressions to have them evaluated.
Type :help for more information.
scala>
sbt を使用する場合、オプションを指定して Scala インタープリターを起動するにはどうすればよいですか? 次の試行は機能しません。
C:\Users\John\Test Scala Project 1>sbt
[...]
[info] Loading global plugins from C:\Users\John\.sbt\plugins
[info] Set current project to default-8d4ecc (in build file:/C:/Users/John/Tes
t%20Scala%20Project%201/)
> console -unchecked
[error] Expected end of input.
[error] console -unchecked
[error] ^
Google & Co では、sbt シェル内からこれを行う方法がわかりませんでした。誰か知っていますか ?