We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e470c commit 627288eCopy full SHA for 627288e
core/eval/src/mill/eval/EvaluatorImpl.scala
@@ -21,10 +21,10 @@ import mill.resolve.Resolve
21
* As well as [[evaluate]] which does all of these phases one after another
22
*/
23
24
-final class EvaluatorImpl (
+final class EvaluatorImpl(
25
val allowPositionalCommandArgs: Boolean,
26
val selectiveExecution: Boolean = false,
27
- val execution: Execution
+ val execution: Execution
28
) extends Evaluator {
29
30
def workspace = execution.workspace
0 commit comments