我正在尝试将选项从游戏中传递给 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]
在控制台中将选项传递给编译器的正确方法是什么?