Commit 7dc9327
authored
fix: allow to pass inputs to
When running the REPL, we would like to pass some flags, say
`scala3-repl/run --help`. Before this PR, that was not possible since
the defined task didn't take inputs. In this PR, we change this behavior
by allowing it to take inputs while at the same time preserving the
already provided ones.scala3-repl/run (#24499)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1174 | 1174 | | |
1175 | 1175 | | |
1176 | 1176 | | |
1177 | | - | |
| 1177 | + | |
1178 | 1178 | | |
1179 | 1179 | | |
1180 | 1180 | | |
| |||
0 commit comments