DS
Size: a a a
DS
DS
РД
A
AS
A
AS
Command.command(“foo”) { state =>
  val extracted = Project.extract(state)
  extracted.append(Seq(scalacOptions += “-foo”), state)
}AS
A
A
EK
sbt compile компилировало все что можно?GP
sbt Test / compileEK
GP
GP
GP
addCommandAlias("my-super-test-command", ";+proj1/Test/compile;+proj2/Test/compile")EK
compile ?GP
EK
GP