sbt/main-command/src
Ethan Atkins 125c4ba532 Don't validate multi commands
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.
2019-07-17 19:27:07 -07:00
..
main Don't validate multi commands 2019-07-17 19:27:07 -07:00
test/scala/sbt Remove matchers from MultiParserSpec 2019-06-19 16:12:45 -07:00