play 内から scala コンパイラにオプションを渡そうとしています。
私が得た:[warn] there were 1 feature warnings; re-run with -feature for details
[warn] one warning found
だから私は使ってみcompile -feature
ましたが、得ました:
$ compile -feature
[error] Expected end of input.
[error] compile -feature
[error]
コンソールでコンパイラにオプションを渡す適切な方法は何ですか?