You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run Mill 0.11 with --disable-ticker instead of --ticker false
Running Mill 0.11 with `--ticker=false` (which has been added in #3511)
produces the following error:
```
Parsing exception Position 1:9, found "=false"
```
The `--ticker <bool>` option has been added to Mill in 0.12.0 if I'm
reading [this commit](com-lihaoyi/mill@0c44ffa)
correctly. We therefore need to use `--disable-ticker` with Mill 0.11
and `--ticker false` with Mill >= 0.12.
0 commit comments