steps
sbt:aaa> Compile/console/fork
[error] No such setting/task
[error] Compile/console/fork
[error] ^
problem
sbt 2.0.0-RC9 no longer delegates settings coming from the shell.
expectation
Keep this behavior for tasks, but let settings delegate so Compile/console/fork would work.
note
#8539