mirror of https://github.com/sbt/sbt.git
We tried to prevent users from doing something like running a multi command "foo; bar" where foo is valid but bar is invalid so that we wouldn't run foo only to discover bar was an invalid key. It isn't possible to know in general if any command other than the first command in a multi command is valid because it might update the state and add the initially invalid command. The validation caused the intellij plugin to not work with 1.3.0-RC3. |
||
|---|---|---|
| .. | ||
| main | ||
| test/scala/sbt | ||